compile - produce a compiled regular expression (LEGACY)
#include <regexp.h> char *compile(char *instring, char *expbuf, const char *endbuf, int eof);
char *compile(char *instring, char *expbuf, const char *endbuf, int eof);
Refer to regexp().