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
forget difference between big and small commands - obsolete with vm.
[minix.git]
/
commands
/
yap
/
pattern.h
blob
a44498b1c8013324125d235f334e48255595a5ea
1
/* Copyright (c) 1985 Ceriel J.H. Jacobs */
2
3
/* $Header$ */
4
5
# ifndef _PATTERN_
6
# define PUBLIC extern
7
# else
8
# define PUBLIC
9
# endif
10
11
char
*
re_comp
();
12
int
re_exec
();
13
14
# undef PUBLIC