3 lines
70 B
C
3 lines
70 B
C
|
typedef unsigned int bool;
|
||
|
#define true 1
|
||
|
#define false 0
|