config_types.h
来自「在x86平台上运行不可信任代码的sandbox。」· C头文件 代码 · 共 13 行
H
13 行
/* This file is normally generated by libogg's configure script, * but here we just hard-code it for vx32. */#ifndef __CONFIG_TYPES_H__#define __CONFIG_TYPES_H__typedef signed short ogg_int16_t;typedef unsigned short ogg_uint16_t;typedef signed int ogg_int32_t;typedef unsigned int ogg_uint32_t;typedef signed long long ogg_int64_t;#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?