home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / C / STORM2.DMS / in.adf / Includes.LHA / new.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-08-28  |  271 b   |  17 lines

  1. /*
  2. **  $VER: new.h 10.1 (19.7.95)
  3. **  Includes Release 40.15
  4. **
  5. **  (C) Copyright 1995 Haage & Partner
  6. **     All Rights Reserved
  7. */
  8.  
  9. #ifndef NULL
  10. #define NULL 0
  11. #endif
  12.  
  13. typedef unsigned size_t;
  14. void (*set_new_handler(void(*)(void)))(void);
  15. extern unsigned int __MEMFLAGS;
  16.  
  17.