]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - contrib/top/boolean.h
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.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