Software APIs
Macros
stdbool.h File Reference

(ae68723)

C Library Boolean type and values (Freestanding) More...

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
 

Detailed Description

C Library Boolean type and values (Freestanding)

This header implements the stdbool.h standard header, as required by C11 S4p6. This header is specified in detail in S7.18 of the same.

Definition in file stdbool.h.