Main Page   Namespace List   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   Related Pages  

datatypes.h

Go to the documentation of this file.
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

Generated on Sat Sep 25 14:06:36 2004 for ac3 by doxygen1.2.18