minix/commands/ash/bltin/myregexp.h
2006-05-23 12:59:34 +00:00

9 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);