minix/minix/commands/ash/bltin/myregexp.h

9 lines
150 B
C
Raw Normal View History

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