home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 182.lha / CDecl_v2.4 / string.h < prev    next >
Encoding:
C/C++ Source or Header  |  1988-11-05  |  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.