home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / x / xntp3.zip / include / strings.h < prev   
C/C++ Source or Header  |  1992-08-30  |  93b  |  6 lines

  1. #if defined(HPUX) && (HPUX < 8)
  2. #include <string.h>
  3.  
  4. extern char *index(), *rindex();
  5. #endif
  6.