home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / h / hpack78s.zip / data / stdlib.h < prev    next >
C/C++ Source or Header  |  1992-01-07  |  169b  |  12 lines

  1. #ifndef _STDLIB_DEFINED
  2.  
  3. #define _STDLIB_DEFINED
  4.  
  5. void exit( int status );
  6.  
  7. #ifndef NULL
  8.   #define NULL    ( char * ) 0
  9. #endif /* !NULL */
  10.  
  11. #endif /* _STDLIB_DEFINED */
  12.