main.h

来自「RTD2662板卡源代码」· C头文件 代码 · 共 44 行

H
44
字号
//----------------------------------------------------------------------------------------------------
// 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 + =
减小字号Ctrl + -
显示快捷键?