📄 main.h
字号:
//----------------------------------------------------------------------------------------------------
// ID Code : Main.h No.0000
// Update Note :
//
//----------------------------------------------------------------------------------------------------
//--------------------------------------------------
// Definitions of
//--------------------------------------------------
//----------------------------------------------------------------------------------------------------
#ifdef __MAIN__
//--------------------------------------------------
// Global Variables
//--------------------------------------------------
BYTE data pData[16];
//--------------------------------------------------
// Function Prototypes
//--------------------------------------------------
void CMainUserInitial();
void CMainSystemInitial(void);
#else
//--------------------------------------------------
// Extern Global Variables
//--------------------------------------------------
extern BYTE data pData[16];
//--------------------------------------------------
// Extern Function Prototypes
//--------------------------------------------------
#endif
//----------------------------------------------------------------------------------------------------
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -