Embedded Artistry Framework
Embedded Systems C++ Framework
Macros | Typedefs
stdbool.h File Reference
This graph shows which files directly or indirectly include this file:

Macros

#define true   1
 Expands to the integer constant 1. More...
 
#define false   0
 Expands to the integer constant 0. More...
 
#define __STDBOOL_H_
 
#define true   1
 
#define false   0
 

Typedefs

typedef _Bool bool
 Expands to _Bool. More...
 

Macro Definition Documentation

◆ __STDBOOL_H_

#define __STDBOOL_H_

◆ false [1/2]

#define false   0

◆ false [2/2]

#define false   0

Expands to the integer constant 0.

◆ true [1/2]

#define true   1

◆ true [2/2]

#define true   1

Expands to the integer constant 1.

Typedef Documentation

◆ bool

typedef _Bool bool

Expands to _Bool.