view lib/xregcomp.h @ 989:8ff8b1befcdf

I have implemented FDISK command. This supports '-l' option for listing and other options [-bCHS] for giving values like block size, Cylinders, Heads,...
author Ashwini Sharma <ak.ashwini@gmail.com>
date Mon, 05 Aug 2013 13:16:03 -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);