view lib/xregcomp.h @ 1099:71326585c02d draft

Cleanup nl, add support for more bits of posix.
author Rob Landley <rob@landley.net>
date Sun, 27 Oct 2013 02:48:13 -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);