comparison lib/xregcomp.h @ 114:ce6956dfc0cf

Add sync and an incomplete version of mdev.
author Rob Landley <rob@landley.net>
date Mon, 23 Apr 2007 15:45:55 -0400
parents
children
comparison
equal deleted inserted replaced
113:1f7dcdef245c 114:ce6956dfc0cf
1 /* This is a separate file so libc doesn't always need regex support. */
2
3 #include <sys/types.h>
4 #include <regex.h>
5
6 void xregcomp(regex_t *preg, char *rexec, int cflags);