?? global.h
字號:
#define FAR _far
#define NEAR
#define PASCAL _pascal
#define FASTCALL _fastcall
#define VOID void
#define BOOL int
typedef unsigned char _far *ADDRESS ;
typedef unsigned long LONG ;
typedef unsigned short WORD ;
typedef unsigned char BYTE ;
typedef unsigned long ULONG ;
typedef unsigned short USHORT ;
typedef unsigned char UCHAR ;
typedef unsigned short UINT ;
typedef unsigned long *PULONG ;
#define TRUE 1
#define FALSE 0
#define NR_ATTRIBUTES 30
#define MAX_DEV 4
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -