Annotation of researchv10no/cmd/mk/export.proto/regexp.h, revision 1.1.1.1

1.1       root        1: /* the structure describing a sub-expression match */
                      2: typedef struct {
                      3:        char *sp;
                      4:        char *ep;
                      5: } regsubexp;
                      6: 
                      7: /* a compiled regular expression */
                      8: typedef char *regexp;
                      9: 
                     10: /* the routines */
                     11: extern regexp *regcomp();
                     12: extern int regexec();
                     13: extern void regsub();

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.