view lib/xregcomp.h @ 866:0fa773e2a4fe

Another round of ifconfig cleanup.
author Rob Landley <rob@landley.net>
date Fri, 19 Apr 2013 20:08:35 -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);