scsh-0.6/c/c-mods.h

5 lines
86 B
C

#define TRUE (0 == 0)
#define FALSE (0 == 1)
#define bool char /* boolean type */