armOS  0.1.0
Minimal ARM Operating System for the Raspberry Pi - Documentation generated for Pi 4.
stdbool.h
Go to the documentation of this file.
1 
10 #ifndef STDBOOL_H
11 #define STDBOOL_H
12 
16 typedef enum {
17  false = 0,
18  true = 1
19 } bool;
20 
23 #endif
bool
bool
Definition: stdbool.h:16