home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
World of A1200
/
World_Of_A1200.iso
/
programs
/
text
/
vim
/
src
/
proto
/
regexp.pro
< prev
next >
Wrap
Text File
|
1995-02-27
|
342b
|
7 lines
/* regexp.c */
unsigned char *skip_regexp __PARMS((unsigned char *p, int dirc));
struct regexp *regcomp __PARMS((unsigned char *exp));
int regexec __PARMS((struct regexp *prog, unsigned char *string, int at_bol));
int cstrncmp __PARMS((unsigned char *s1, unsigned char *s2, int n));
unsigned char *cstrchr __PARMS((unsigned char *s, int c));