view lib/xregcomp.h @ 798:16bcabb8cf97

Fix -in behavior: descend into existing directory without prompting, show full path in error messages, actually overwrite when answering yes to -i.
author Rob Landley <rob@landley.net>
date Thu, 31 Jan 2013 04:13:07 -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);