|
|
1.1 root 1: #define NSUBEXP 10
2: struct regexp { /* see regexp(3) */
3: char *startp[NSUBEXP];
4: char *endp[NSUBEXP];
5: char program[1];
6: };
7: extern regexp* regcomp(const char *);
8: extern int regexec(regexp*, const char*);
9: extern void regsub(const regexp*, const char*, char*);
10: extern void regerr(char*);
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.