ETISS 0.8.0
Extendable Translating Instruction Set Simulator (version 0.8.0)
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Macros
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 bool   _Bool
 
#define true   1
 
#define false   0
 
#define __bool_true_false_are_defined   1
 

Macro Definition Documentation

◆ __bool_true_false_are_defined

#define __bool_true_false_are_defined   1

Definition at line 29 of file stdbool.h.

◆ bool

#define bool   _Bool

Definition at line 15 of file stdbool.h.

◆ false

#define false   0

Definition at line 17 of file stdbool.h.

◆ true

#define true   1

Definition at line 16 of file stdbool.h.