|
Simple C Expat Wrapper (SCEW)
1.1.4
|
SCEW boolean type declaration. More...
Go to the source code of this file.
Macros | |
| #define | SCEW_TRUE ((scew_bool) 1) |
| True. | |
| #define | SCEW_FALSE ((scew_bool) 0) |
| False. | |
Typedefs | |
| typedef unsigned char | scew_bool |
| This should be defined using stdbool.h when C99 is available. | |
SCEW boolean type declaration.
1.8.1.2