home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 5 / DATAFILE_PDCD5.iso / utilities / c1 / clib / !clib / h / memory < prev    next >
Encoding:
Text File  |  1997-03-22  |  183 b   |  11 lines

  1. /* memory.h.
  2.    An extension, not part of the original SharedCLibrary distribution.  */
  3.  
  4.  
  5. #ifndef __MEMORY_H
  6. #define __MEMORY_H 1
  7. #ifndef    __STRING_H
  8. #include <string.h>
  9. #endif
  10. #endif
  11.