view lib/xregcomp.h @ 753:7d258f3c13dc

Adding implementation of rev including tests
author Elie De Brauwer <eliedebrauwer@gmail.com>
date Sun, 16 Dec 2012 12:31:15 +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);