diff options
Diffstat (limited to 'boolean.h')
-rw-r--r-- | boolean.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/boolean.h b/boolean.h new file mode 100644 index 000000000000..c6bcf4db737c --- /dev/null +++ b/boolean.h @@ -0,0 +1,5 @@ +/* My favorite names for boolean values */ +#define No 0 +#define Yes 1 +#define Maybe 2 /* tri-state boolean, actually */ + |