📄 def.h
字号:
#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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -