Simple C Expat Wrapper (SCEW)  1.1.7
bool.h
Go to the documentation of this file.
1 
29 #ifndef BOOL_H_0809041142
30 #define BOOL_H_0809041142
31 
35 typedef unsigned char scew_bool;
36 
37 #define SCEW_TRUE ((scew_bool) 1)
38 #define SCEW_FALSE ((scew_bool) 0)
40 #endif /* BOOL_H_0809041142 */
unsigned char scew_bool
This should be defined using stdbool.h when C99 is available.
Definition: bool.h:35