home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / pc / HPACK78S.ZIP / data / stdlib.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-01-07  |  169 b   |  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.