config_types.h

来自「betaplayer_0.096源码 tcpmp老版本」· C头文件 代码 · 共 12 行

H
12
字号
#ifndef __CONFIG_TYPES_H__#define __CONFIG_TYPES_H__/* these are filled in by configure */typedef int16_t mpc_int16_t;typedef uint16_t mpc_uint16_t;typedef int32_t mpc_int32_t;typedef uint32_t mpc_uint32_t;typedef int64_t mpc_int64_t;#endif

⌨️ 快捷键说明

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