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 >
Text File  |  1993-01-12  |  171b  |  5 lines

  1. /* regexp.c */
  2. struct regexp *regcomp __PARMS((char *exp));
  3. int regexec __PARMS((struct regexp *prog, char *string, int at_bol));
  4. char *cstrchr __PARMS((char *s, int c));
  5.