view lib/xregcomp.h @ 853:357b31ae2f04

uuencode tweak: output a non-whitespace character for 0 in traditional mode.
author Rob Landley <rob@landley.net>
date Thu, 11 Apr 2013 20:44:27 -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);