view lib/xregcomp.h @ 1014:9c22b351d501

Fix wrong printf type.
author Rob Landley <rob@landley.net>
date Sun, 18 Aug 2013 14:04:18 -0500
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);