view lib/xregcomp.h @ 1159:f1c924e08e63 draft

Attached is an implementation for groupdel. This is aliased to delgroup, for a requirement at my end. Also lib/password.c is modified to along with.
author Ashwini Sharma <ak.ashwini1981@gmail.com>
date Mon, 23 Dec 2013 07:23:28 -0600
parents ce6956dfc0cf
children
line wrap: on
line source

/* This is a separate file so libc doesn't always need regex support. */

#include <sys/types.h>
#include <regex.h>

void xregcomp(regex_t *preg, char *rexec, int cflags);