src/misc/generic_types.h

Go to the documentation of this file.
00001 
00007 #ifndef _TXC_GENERIC_TYPES_H
00008 #define _TXC_GENERIC_TYPES_H
00009 
00010 typedef enum {
00011         TXC_BOOL_FALSE = 0, 
00012         TXC_BOOL_TRUE = 1,
00013 } txc_bool_t;
00014 
00019 #endif    /* _TXC_GENERIC_TYPES_H */

Generated on Wed Dec 9 20:32:39 2009 for xCalls by  doxygen 1.4.7