view lib/xregcomp.h @ 911:accabaaac666

stat: Separate stat and statfs
author Felix Janda <felix.janda@posteo.de>
date Sun, 26 May 2013 09:48:13 +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);