?? type.h
字號:
#ifndef _TYPE_H_
#define _TYPE_H_
#define UCHAR unsigned char
#define UINT unsigned int
#define ULONG unsigned long
#define BOOL unsigned char
#define uchar unsigned char
#define uint unsigned int
#define ulong unsigned long
#define bool unsigned char
#define true 1
#define false 0
#define TRUE 1
#define FALSE 0
#ifndef NULL
#define NULL 0
#endif
#ifndef null
#define null 0
#endif
#endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -