Electroneum
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 int bool
 

Macro Definition Documentation

◆ false

#define false   0

Definition at line 38 of file stdbool.h.

◆ true

#define true   1

Definition at line 37 of file stdbool.h.

Typedef Documentation

◆ bool

typedef int bool

Definition at line 36 of file stdbool.h.