Simple C Expat Wrapper (SCEW)  1.1.7
Macros | Typedefs
bool.h File Reference

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.
 

Detailed Description

SCEW boolean type declaration.

Author
Aleix Conchillo Flaque aleix.nosp@m.@mem.nosp@m.ber.f.nosp@m.sf.o.nosp@m.rg
Date
Thu Sep 04, 2008 11:42