view lib/xregcomp.h @ 363:2428870ce50c

Let the minicom script take the speed as an optional second argument.
author Rob Landley <rob@landley.net>
date Sun, 13 Dec 2009 00:11:30 -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);