00001 //---------------------------------------------------------------------------- 00008 //---------------------------------------------------------------------------- 00009 #ifndef DATATYPES_H_INCLUDED 00010 #define DATATYPES_H_INCLUDED 00011 //---------------------------------------------------------------------------- 00012 namespace ac3 { 00013 //---------------------------------------------------------------------------- 00014 typedef char INT8; 00015 typedef short INT16; 00016 typedef long INT32; 00017 typedef unsigned char UINT8; 00018 typedef unsigned short UINT16; 00019 typedef unsigned long UINT32; 00020 //---------------------------------------------------------------------------- 00021 } // namespace ac3 00022 //---------------------------------------------------------------------------- 00023 #endif // DATATYPES_H_INCLUDED
1.2.18