typedef.h
上传用户:dangjiwu
上传日期:2013-07-19
资源大小:42019k
文件大小:0k
源码类别:

Symbian

开发平台:

Visual C++

  1. /*
  2.  *===================================================================
  3.  *  3GPP AMR Wideband Floating-point Speech Codec
  4.  *===================================================================
  5.  */
  6. #ifndef typedef_h
  7. #define typedef_h
  8. /* change these typedef declarations to correspond with your platform */
  9. typedef char Word8;
  10. typedef unsigned char UWord8;
  11. typedef short Word16;
  12. typedef unsigned short UWord16;
  13. typedef long Word32;
  14. typedef double Float64;
  15. typedef float Float32;
  16. #endif