speex_config_types.h.in

来自「wince下著名的视频播放器源码」· IN 代码 · 共 12 行

IN
12
字号
#ifndef __SPEEX_TYPES_H__#define __SPEEX_TYPES_H__/* these are filled in by configure */typedef @SIZE16@ spx_int16_t;typedef unsigned @SIZE16@ spx_uint16_t;typedef @SIZE32@ spx_int32_t;typedef unsigned @SIZE32@ spx_uint32_t;#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?