view lib/xregcomp.h @ 900:edd8e6fd418d

Attached is a pretty simple implementation of lsub. It doesn't implement any of the flags/options, but does the raw output.
author Andre Renaud <andre@bluewatersys.com>
date Tue, 14 May 2013 17:42:11 -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);