clibs
Tiny but handy utility libraries for C
|
Boolean type for C. More...
Go to the source code of this file.
Macros | |
#define | FALSE 0 |
False in boolean type. | |
#define | TRUE 1 |
True in boolean type. | |
#define | _BOOL_IS_DEFINED |
Typedefs | |
typedef unsigned char | BOOL |
Custom boolean type. | |
Boolean type for C.
Win32 API provides its own BOOL type. Hence, this header is useless in Win32 API programming.