5 lines
86 B
C
5 lines
86 B
C
|
|
||
|
#define TRUE (0 == 0)
|
||
|
#define FALSE (0 == 1)
|
||
|
#define bool char /* boolean type */
|