home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / vol_400 / 406_01 / atoc / memory.hdr < prev    next >
Encoding:
Text File  |  1993-11-09  |  139 b   |  10 lines

  1. /* memory.h for non-ANSI compilers */
  2.  
  3. int memcmp();
  4. char *memccpy();
  5. char *memcpy();
  6. char *memset();
  7. char *memchr();
  8.  
  9. /* end */
  10.