|
|
Integer and boolean types (see config.h) | Integer and boolean types (see config.h) |
*/ | */ |
| |
|
#ifndef TRUE |
#define TRUE 1 /* boolean true value */ | #define TRUE 1 /* boolean true value */ |
|
#endif |
|
|
|
#ifndef FALSE |
#define FALSE 0 /* boolean false value */ | #define FALSE 0 /* boolean false value */ |
|
#endif |
| |
#if !defined(__cplusplus) && !defined(bool) | #if !defined(__cplusplus) && !defined(bool) |
typedef int bool; | typedef int bool; |