home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / C / MAXONC3_6OF8.DMS / in.adf / incl.lha / INCLUDE / new.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-03-15  |  140 b   |  9 lines

  1. #ifndef NULL
  2. #define NULL 0
  3. #endif
  4.  
  5. typedef unsigned size_t;
  6. void (*set_new_handler(void(*)(void)))(void);
  7. extern unsigned int __MEMFLAGS;
  8.  
  9.