armOS
0.1.0
Minimal ARM Operating System for the Raspberry Pi - Documentation generated for Pi 4.
Files
|
Enumerations
stdbool
lib
The
stdbool.h
header.
More...
Collaboration diagram for stdbool:
Files
file
stdbool.h
Definition of boolean type and values.
Enumerations
enum
bool
{
false
= 0,
true
= 1
}
Detailed Description
The
stdbool.h
header.
Enumeration Type Documentation
◆
bool
enum
bool
Booleans expand to integer constants 0, 1.
Enumerator
false
0
true
1
Generated by
1.8.17