view lib/xregcomp.h @ 246:d9ea4ca7ae8c

Have chvt print an error message (and exit with error) when it fails.
author Rob Landley <rob@landley.net>
date Sun, 27 Jan 2008 15:26:32 -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);