home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c329 / 2.img / INCL / STRING.H < prev    next >
Encoding:
C/C++ Source or Header  |  1990-01-12  |  226 b   |  11 lines

  1. /*
  2.  *    string.h
  3.  *
  4.  *    Copyright (C) MicroWay, Inc., 1987, 1988, 1989
  5.  *
  6.  */
  7.  
  8. extern char *strcat(), *strchr(), *index(), *strcpy(), *strncat(), *strncpy(),
  9.         *strrchr(), *rindex(), *strsave();
  10. extern int strlen();
  11.