view lib/xregcomp.h @ 1228:2366f9d73745 draft

Several cpio bugfixes spotted by Isaac Dunham.
author Rob Landley <rob@landley.net>
date Tue, 25 Mar 2014 07:24:50 -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);