home *** CD-ROM | disk | FTP | other *** search
/ ftp.muug.mb.ca / 2014.06.ftp.muug.mb.ca.tar / ftp.muug.mb.ca / pub / src / top / boolean.h next >
Text File  |  1992-02-01  |  125b  |  6 lines

  1. /* My favorite names for boolean values */
  2. #define  No    0
  3. #define  Yes    1
  4. #define  Maybe    2        /* tri-state boolean, actually */
  5.  
  6.