COMPILE(3) Library Functions Manual COMPILE(3)

compileproduce a compiled regular expression (LEGACY)

#include <regexp.h>

char *compile(char *instring, char *expbuf,
    const char *endbuf, int eof);

Refer to regexp(3) .

Derived from Issue 2 of the SVID.

February 1997 posix.fail