]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - contrib/top/boolean.h
Copy head to stable/9 as part of 9.0-RELEASE release cycle.
[FreeBSD/stable/9.git] / contrib / top / boolean.h
1 /* My favorite names for boolean values */
2 #define  No     0
3 #define  Yes    1
4 #define  Maybe  2               /* tri-state boolean, actually */
5