forked from len0rd/rockbox
3 lines
No EOL
70 B
C
3 lines
No EOL
70 B
C
typedef unsigned int bool;
|
|
#define true 1
|
|
#define false 0 |