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