|
|
researchv10 Norman
/* the structure describing a sub-expression match */
typedef struct {
char *sp;
char *ep;
} regsubexp;
/* a compiled regular expression */
typedef char *regexp;
/* the routines */
extern regexp *regcomp();
extern int regexec();
extern void regsub();
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.