Embedded Artistry libc
C Standard Library Support for Bare-metal Systems
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 true   1
 
#define false   0
 

Typedefs

typedef _Bool bool
 

Macro Definition Documentation

◆ false

#define false   0

Expands to the integer constant 0.

Definition at line 14 of file stdbool.h.

◆ true

#define true   1

Expands to the integer constant 1.

Definition at line 11 of file stdbool.h.

Typedef Documentation

◆ bool

typedef _Bool bool

Expands to _Bool.

Definition at line 17 of file stdbool.h.