coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
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

Definition at line 8 of file stdbool.h.

◆ true

#define true   1

Definition at line 7 of file stdbool.h.

Typedef Documentation

◆ bool

typedef _Bool bool

Definition at line 6 of file stdbool.h.