?? cost.h
字號:
#ifndef __COST_h__
#define __COST_h__
// write your header here
extern unsigned int RES_CONSTVALUE_BIN_SA;
extern void Cost_Init(void);
extern void Cost_StartRunning(void);
extern void Cost_StopRunning(void);
extern void Cost_ClearCost(void);
extern unsigned int Cost_WTimeToMilege(void);
extern float Cost_GetCost(void);
extern float Cost_GetPrice(void);
extern unsigned long int Cost_GetWaitTime(void);
extern unsigned int Cost_WaitOrNot(void);
extern void Cost_ServiceLoop(void);
#endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -