stdbool.h

The <stdbool.h> header defines the following macros:

bool
expands to _Bool
__bool_true_false_are_defined
expands to 1
false
expands to 0
true
expands to 1
Restriction: This header is not supported for C++ applications.