pci: don't do sanity check for missing pci bus, the check can misfire.
[minix.git] / commands / ash / bltin / myregexp.h
blob83006a18ab4732bda8b752dc1d46254c91c8e405
1 /*
2 myregexp.h
4 Created: July 1995 by Philip Homburg <philip@cs.vu.nl>
5 */
7 char *re_compile(char *pattern);
8 int re_match(char *pattern, char *string);