view lib/xregcomp.h @ 741:cecd0fd45c49

Adding tests for cat
author Elie De Brauwer <eliedebrauwer@gmail.com>
date Sat, 08 Dec 2012 13:28:40 +0100
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);