Mercurial > hg > toybox
view lib/xregcomp.h @ 115:19b5567f0a1b
Add readlink, xreadlink(), and change xrealloc() to not fight the stupid
compiler so much.
author | Rob Landley <rob@landley.net> |
---|---|
date | Sun, 29 Apr 2007 19:55:21 -0400 |
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);