LF OS
Hobby operating system for amd64 with high ambitions
Loading...
Searching...
No Matches
stdbool.h File Reference

(d392dda docs: fix and extend building.md)

+ 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 3 of file stdbool.h.

◆ true

#define true   1

Definition at line 2 of file stdbool.h.

Typedef Documentation

◆ bool

typedef int bool

Definition at line 1 of file stdbool.h.