def.h
来自「音频压缩解压缩软件」· C头文件 代码 · 共 15 行
H
15 行
#ifndef _def_h_
#define _def_h_
/*
* Types internal to wavplay, in an attempt to isolate ourselves from
* a dependance on a particular platform.
*/
typedef unsigned char Byte;
typedef short Int16;
typedef long Int32;
typedef unsigned long UInt32;
typedef unsigned short UInt16;
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?