home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.2 (Developer) / NS_dev_3.2.iso / NextDeveloper / Source / GNU / cctools / include / stuff / bool.h < prev    next >
Encoding:
Text File  |  1991-10-18  |  74 b   |  9 lines

  1. /* bool.h */
  2. #undef FALSE
  3. #undef TRUE
  4. enum bool {
  5.     FALSE,
  6.     TRUE
  7. };
  8.  
  9.