view lib/xregcomp.h @ 754:06c32155cb95

Minor cleanups.
author Rob Landley <rob@landley.net>
date Wed, 19 Dec 2012 09:16:27 -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);