view lib/xregcomp.h @ 918:eea4c1b35959

Move stat from pending to other, default y.
author Rob Landley <rob@landley.net>
date Sun, 02 Jun 2013 00:54:55 -0500
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);