📄 type.h
字号:
/* filename: user_type.h */
//--------------存放自己定义的头文件等信息------------------
//typedef unsigned char uchar;
//typedef unsigned int uint;
//typedef unsigned long ulong;
////typedef float f32;
///////////typedef long s32;
///////////typedef int s16;
//////////////typedef unsigned char u8;
typedef unsigned int u16;
///////////typedef unsigned long u32;
typedef void* HANDLE;
ioport short port0000;
ioport short port0001;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -