mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 12:45:26 -05:00
3 lines
No EOL
70 B
C
3 lines
No EOL
70 B
C
typedef unsigned int bool;
|
|
#define true 1
|
|
#define false 0 |