source: trunk/third/top/boolean.h @ 9084

Revision 9084, 125 bytes checked in by ghudson, 28 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r9083, which included commits to RCS files with non-trunk default branches.
Line 
1/* My favorite names for boolean values */
2#define  No     0
3#define  Yes    1
4#define  Maybe  2               /* tri-state boolean, actually */
5
Note: See TracBrowser for help on using the repository browser.