view lib/xregcomp.h @ 872:793972c94560

stat cleanup
author Felix Janda <felix.janda@posteo.de>
date Sat, 20 Apr 2013 00:18:17 +0200
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);