home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_progs / prog_c / cdecl.lzh / CDECL / STRING.H < prev    next >
Encoding:
C/C++ Source or Header  |  1991-08-16  |  177 b   |  4 lines

  1. char *strcat(), *strncat(), *strcpy(), *strncpy(), index(), rindex();
  2. char *strchr(), *strrchr(), *strpbrk(), *strtok();
  3. int strcmp(), strncmp(), strlen(), strspn(), strcspn();
  4.