repo.or.cz
/
dragonfly.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add useconds_t and suseconds_t used for time in microseconds.
[dragonfly.git]
/
contrib
/
top
/
boolean.h
blob
c6bcf4db737c937209417e2aab4ff0668533d283
1
/* My favorite names for boolean values */
2
#define No 0
3
#define Yes 1
4
#define Maybe 2
/* tri-state boolean, actually */
5