home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The World of Computer Software
/
World_Of_Computer_Software-02-385-Vol-1of3.iso
/
v
/
vim_src.zip
/
REGEXP.PRO
< prev
next >
Wrap
Text File
|
1993-01-12
|
171b
|
5 lines
/* regexp.c */
struct regexp *regcomp __PARMS((char *exp));
int regexec __PARMS((struct regexp *prog, char *string, int at_bol));
char *cstrchr __PARMS((char *s, int c));