Mercurial > hg > toybox
view lib/xregcomp.h @ 645:ed4bbd756bc2
Refactoring, no code change.
author | Rob Landley <rob@landley.net> |
---|---|
date | Tue, 31 Jul 2012 06:01:12 -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);