Mercurial > hg > toybox
view lib/xregcomp.h @ 447:0cc0c0e879d1
Correct cksum parameters and clarify -N option
author | Elie De Brauwer <eliedebrauwer@gmail.com> |
---|---|
date | Sat, 11 Feb 2012 13:48:04 +0100 |
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);