repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
pci: don't do sanity check for missing pci bus, the check can misfire.
[minix.git]
/
commands
/
ash
/
bltin
/
myregexp.h
blob
83006a18ab4732bda8b752dc1d46254c91c8e405
1
/*
2
myregexp.h
3
4
Created: July 1995 by Philip Homburg <philip@cs.vu.nl>
5
*/
6
7
char
*
re_compile
(
char
*
pattern
);
8
int
re_match
(
char
*
pattern
,
char
*
string
);