scsh-0.6/c/c-mods.h

5 lines
86 B
C
Raw Normal View History

1999-09-14 08:45:02 -04:00
#define TRUE (0 == 0)
#define FALSE (0 == 1)
#define bool char /* boolean type */