Numworks Epsilon  1.4.1
Graphing Calculator Operating System
stdbool.h
Go to the documentation of this file.
1 #ifndef LIBA_STDBOOL_H
2 #define LIBA_STDBOOL_H
3 
4 #ifndef __cplusplus
5 
6 typedef char bool;
7 
8 #define true 1
9 #define false 0
10 
11 #endif
12 
13 #endif
char bool
Definition: stdbool.h:6