MFC: An off-by-one malloc size was corrupting the installer's memory,
[dragonfly.git] / contrib / top / boolean.h
blobc6bcf4db737c937209417e2aab4ff0668533d283
1 /* My favorite names for boolean values */
2 #define No 0
3 #define Yes 1
4 #define Maybe 2 /* tri-state boolean, actually */