Everything
7.4.18 <stdbool.h>

This header file defines macros only.

Type

Definition Name

Description

Macro
(variable)

bool

Expanded to _Bool.

Macro
(constant)

true

Expanded to 1.

false

Expanded to 0.

__bool_true_false_are_defined

Expanded to 1.