|
clibs
Tiny but handy utility libraries for C
|
Custom Boolean type for C (portable & self-contained) More...
Go to the source code of this file.
Macros | |
| #define | TRUE 1 |
| #define | FALSE 0 |
| #define | CLIBS_BOOL_DEFINED |
Typedefs | |
| typedef unsigned char | BOOL |
Custom Boolean type for C (portable & self-contained)
Note: Win32 API provides its own BOOL type. This header is not intended for use in Win32 API programming.