home *** CD-ROM | disk | FTP | other *** search
/ RISCWORLD 7 / RISCWORLD_VOL7.iso / Software / Issue2 / SDL.ARC / !gcc / include / libscl / h / memory < prev    next >
Encoding:
Text File  |  2004-09-05  |  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.