home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / gnu / gccdist / gcc-src / vms / gcclib / strings.c < prev    next >
Encoding:
C/C++ Source or Header  |  1991-02-27  |  434 b   |  14 lines

  1. /*
  2.  *    VAX-11 "C" runtime string hacking replacement module
  3.  *    (we need to make sure all the [.strings]string routines are in the
  4.  *     same module or we can get the VAX-11 "C" strings module
  5.  *     brought in by mistake!)
  6.  */
  7. #include "[.strings]strcat.c"
  8. #include "[.strings]strcmp.c"
  9. #include "[.strings]strcpy.c"
  10. #include "[.strings]strlen.c"
  11. #include "[.strings]strncat.c"
  12. #include "[.strings]strncmp.c"
  13. #include "[.strings]strncpy.c"
  14.