home *** CD-ROM | disk | FTP | other *** search
/ Aminet 18 / aminetcdnumber181997.iso / Aminet / misc / emu / AROS_m68k_bin.lha / AROS / include / memory.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-02-08  |  268 b   |  16 lines

  1. #ifndef _MEMORY_H
  2. #define _MEMORY_H
  3.  
  4. /*
  5.     (C) 1995-96 AROS - The Amiga Replacement OS
  6.     $Id: memory.h,v 1.3 1996/12/12 16:07:51 aros Exp $
  7.  
  8.     Desc: Header file memory.h
  9.     Lang: english
  10. */
  11. #ifndef _STDLIB_H
  12. #   include <stdlib.h>
  13. #endif
  14.  
  15. #endif /* _MEMORY_H */
  16.