clang 19.0.0git
Macros
stdbool.h File Reference

Go to the source code of this file.

Macros

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

Macro Definition Documentation

◆ __bool_true_false_are_defined

#define __bool_true_false_are_defined   1

Definition at line 13 of file stdbool.h.

◆ bool

#define bool   _Bool

Definition at line 20 of file stdbool.h.

◆ false

#define false   0

Definition at line 22 of file stdbool.h.

◆ true

#define true   1

Definition at line 21 of file stdbool.h.