1999-09-14 08:45:02 -04:00
|
|
|
|
2003-05-01 06:21:33 -04:00
|
|
|
#ifndef TRUE
|
1999-09-14 08:45:02 -04:00
|
|
|
#define TRUE (0 == 0)
|
2003-05-01 06:21:33 -04:00
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifndef FALSE
|
1999-09-14 08:45:02 -04:00
|
|
|
#define FALSE (0 == 1)
|
2003-05-01 06:21:33 -04:00
|
|
|
#endif
|
|
|
|
|
1999-09-14 08:45:02 -04:00
|
|
|
#define bool char /* boolean type */
|