/* myregexp.h Created: July 1995 by Philip Homburg */ char *re_compile(char *pattern); int re_match(char *pattern, char *string);