typedef.h
上传用户:dangjiwu
上传日期:2013-07-19
资源大小:42019k
文件大小:0k
- /*
- *===================================================================
- * 3GPP AMR Wideband Floating-point Speech Codec
- *===================================================================
- */
- #ifndef typedef_h
- #define typedef_h
- /* change these typedef declarations to correspond with your platform */
- typedef char Word8;
- typedef unsigned char UWord8;
- typedef short Word16;
- typedef unsigned short UWord16;
- typedef long Word32;
- typedef double Float64;
- typedef float Float32;
- #endif