view lib/xregcomp.h @ 244:e6273440c9c0

Comment and whitespace cleanups by Charlie Shepherd (code's the same).
author Rob Landley <rob@landley.net>
date Sat, 26 Jan 2008 23:18:08 -0600
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);