view lib/xregcomp.h @ 956:caa05719070f

Start of TOYBOX_SINGLE support, for building standalone commands with no multiplexer.
author Rob Landley <rob@landley.net>
date Fri, 19 Jul 2013 02:03:02 -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);