8 lines
150 B
C
8 lines
150 B
C
/*
|
|
myregexp.h
|
|
|
|
Created: July 1995 by Philip Homburg <philip@cs.vu.nl>
|
|
*/
|
|
|
|
char *re_compile(char *pattern);
|
|
int re_match(char *pattern, char *string);
|