Simple C Expat Wrapper (SCEW)
1.1.7
Main Page
Modules
Data Structures
Files
File List
Globals
scew
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 */
scew_bool
unsigned char scew_bool
This should be defined using stdbool.h when C99 is available.
Definition:
bool.h:35
Generated on Wed Mar 12 2014 07:34:50 for Simple C Expat Wrapper (SCEW) by
1.8.6