summaryrefslogtreecommitdiff
path: root/usr.bin/top/boolean.h
blob: b2ffa60072b093b3fbaeaa957396acddb1485f16 (plain)
1
2
3
4
5
6
7
/*	$NetBSD: boolean.h,v 1.2 1999/04/12 06:02:25 ross Exp $	*/

/* My favorite names for boolean values */
#define  No	0
#define  Yes	1
#define  Maybe	2		/* tri-state boolean, actually */