Code to enable boolean processing in a C-world. More...
Defines | |
| #define | TRUE 1 |
| The constant value for boolean true. | |
| #define | FALSE 0 |
| The constant value for boolean false. | |
Typedefs | |
| typedef int | BOOL |
| The type in which the bool is implemented in this C-world. | |
Code to enable boolean processing in a C-world.
1.6.3