view lib/xregcomp.h @ 462:3947b397c328

Teach ln about multiple arguments.
author Rob Landley <rob@landley.net>
date Mon, 13 Feb 2012 23:43:33 -0600
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);