view lib/xregcomp.h @ 336:0c816f5abe22

Add -F option to cksum.
author Rob Landley <rob@landley.net>
date Sun, 04 Jan 2009 22:45:03 -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);