Mercurial > hg > toybox
view lib/xregcomp.h @ 243:6d13d06ec0ac
Might as well make the dependencies slightly more paranoid.
(The only reason to have dependencies at all is so "make install" doesn't
trigger a rebuild. A rebuild is always a build all anyway.)
author | Rob Landley <rob@landley.net> |
---|---|
date | Tue, 22 Jan 2008 19:20:06 -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);