Mercurial > hg > toybox
view lib/xregcomp.h @ 1112:f7bec236efd3 draft
Stuff in pending should default n until cleaned up.
author | Rob Landley <rob@landley.net> |
---|---|
date | Sun, 10 Nov 2013 15:49:21 -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);