ReactOS 0.4.15-dev-7953-g1f49173
stdbool.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define bool   _Bool
 
#define true   1
 
#define false   0
 
#define __bool_true_false_are_defined   1
 

Macro Definition Documentation

◆ __bool_true_false_are_defined

#define __bool_true_false_are_defined   1

Definition at line 49 of file stdbool.h.

◆ bool

#define bool   _Bool

Definition at line 34 of file stdbool.h.

◆ false

#define false   0

Definition at line 37 of file stdbool.h.

◆ true

#define true   1

Definition at line 36 of file stdbool.h.