COMPILE(3) Library Functions Manual COMPILE(3)
NAME
compile — produce
a compiled regular expression (LEGACY)
SYNOPSIS
#include <regexp.h>
char *compile(char *instring, char *expbuf,
const char *endbuf, int eof);
DESCRIPTION
Refer to regexp(3) .
DERIVATION
Derived from Issue 2 of the SVID.
February 1997 posix.fail