CigiTypes_Default.h

Go to the documentation of this file.
00001 
00040 #if !defined(CIGI_TYPES_DEFAULT_H)
00041 #define CIGI_TYPES_DEFAULT_H
00042 
00043 #include <stdint.h>
00044 
00045 
00046 typedef uint8_t Cigi_uint8;
00047 typedef int8_t Cigi_int8;
00048 typedef char Cigi_Ascii;
00049 
00050 typedef uint16_t Cigi_uint16;
00051 typedef int16_t Cigi_int16;
00052 
00053 typedef uint32_t Cigi_uint32;
00054 typedef int32_t Cigi_int32;
00055 
00056 typedef uint64_t Cigi_uint64;
00057 typedef int64_t Cigi_int64;
00058 
00059 #define _I64_CONST_(CONST_ARG)  CONST_ARG ## LL
00060 
00061 #define CIGI_SPEC
00062 
00063 
00064 
00065 #endif // #if !defined(CIGI_TYPES_DEFAULT_H)
00066 

Generated on Wed Apr 29 08:59:57 2009 for CCL by  doxygen 1.4.7