view lib/xregcomp.h @ 1213:5918424045a1 draft

Broken URL that's been pointed out to me a couple times when I'm not at a machine I can fix it from, keep forgetting...
author Rob Landley <rob@landley.net>
date Sat, 08 Mar 2014 19:26:33 -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);