config_types.h.in
来自「quicktime linux播放器v1」· IN 代码 · 共 11 行
IN
11 行
#ifndef __CONFIG_TYPES_H__#define __CONFIG_TYPES_H__/* these are filled in by configure */typedef @SIZE16@ ogg_int16_t;typedef @SIZE32@ ogg_int32_t;typedef @USIZE32@ ogg_uint32_t;typedef @SIZE64@ ogg_int64_t;#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?