home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 22 gnu / 22-gnu.zip / GNU_1OF3.ZIP / HEADERS.ZIP / g++-include / bool.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-01-17  |  79 b   |  8 lines

  1.  
  2. #ifndef _bool_h
  3. #define _bool_h 1
  4.  
  5. enum bool { FALSE = 0, TRUE = 1 };
  6.  
  7. #endif
  8.