view lib/xregcomp.h @ 791:126cd3b8015c

Fix xabspath() resolving symlink after .., and properly detecting failure for last entry after nondir.
author Rob Landley <rob@landley.net>
date Thu, 17 Jan 2013 23:16:38 -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);