1 // ----------------------------------------------------------------------------
3 // ----------------------------------------------------------------------------
4 // Public Domain C Library - http://pdclib.sourceforge.net
5 // This code is Public Domain. Use, modify, and redistribute at will.
6 // ----------------------------------------------------------------------------
7 // Boolean type and values
8 // ----------------------------------------------------------------------------
11 #define __STDBOOL_H __STDBOOL_H
13 // ----------------------------------------------------------------------------
16 #define __bool_true_false_are_defined 1
24 // ----------------------------------------------------------------------------