home *** CD-ROM | disk | FTP | other *** search
/ RISCWORLD 7 / RISCWORLD_VOL7.iso / Software / Issue4 / SDL / gcc346 / !gcc / include / unixlib / h / memory < prev    next >
Encoding:
Text File  |  2006-09-17  |  411 b   |  17 lines

  1. /****************************************************************************
  2.  *
  3.  * $Source: /usr/local/cvsroot/unixlib/source/clib/h/memory,v $
  4.  * $Date: 1997/10/09 19:59:47 $
  5.  * $Revision: 1.2 $
  6.  * $State: Exp $
  7.  * $Author: unixlib $
  8.  *
  9.  ***************************************************************************/
  10.  
  11. #ifndef    __MEMORY_H
  12. #define    __MEMORY_H    1
  13. #ifndef    __STRING_H
  14. #include <string.h>
  15. #endif
  16. #endif
  17.