Add this year's leap second (as announced by Bulletin C 30).
[dragonfly.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