home *** CD-ROM | disk | FTP | other *** search
/ RISCWORLD 7 / RISCWORLD_VOL7.iso / Software / Issue2 / SDL.ARC / !unixlib / source / clib / h / memory < prev    next >
Encoding:
Text File  |  2004-09-05  |  416 b   |  17 lines

  1. /****************************************************************************
  2.  *
  3.  * $Source: /usr/local/cvsroot/gccsdk/unixlib/source/clib/memory.h,v $
  4.  * $Date: 2001/01/29 15:10:19 $
  5.  * $Revision: 1.2 $
  6.  * $State: Exp $
  7.  * $Author: admin $
  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.