view lib/xregcomp.h @ 1074:82c5eb459a91 draft

Fix generated/oldtoys.h to contain option strings with USE() macros in them.
author Rob Landley <rob@landley.net>
date Sun, 22 Sep 2013 03:37:39 -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);