clibs
Tiny but handy utility libraries for C
Loading...
Searching...
No Matches
boolean.h File Reference

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

Detailed Description

Custom Boolean type for C (portable & self-contained)

Author
ByteBard

Note: Win32 API provides its own BOOL type. This header is not intended for use in Win32 API programming.