clibs
Tiny but handy utility libraries for C
Macros | Typedefs
boolean.h File Reference

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.
 

Detailed Description

Boolean type for C.

Author
ByteBard

Win32 API provides its own BOOL type. Hence, this header is useless in Win32 API programming.