view lib/xregcomp.h @ 1107:bbed38cf7236 draft

Fix off by one, pointed out by Ashwini Sharma.
author Rob Landley <rob@landley.net>
date Sun, 03 Nov 2013 17:09: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);