?? systimer.h
字號:
/***********************************************************************/
/* */
/* FILE :systimer.h */
/* DATE :Tue, Jun 07, 2005 */
/* DESCRIPTION :Main Program */
/* CPU TYPE :Other */
/* */
/* This file is coded by RSBJ WRD */
/* */
/***********************************************************************/
#include "typedefine.h"
#include "sfr26a.h"
void sys_timer(void);
/*#if SYSTM == 1
#define EXP
#else
#define EXP extern
#endif
EXP TIMEBASE systm;*/
BOOLEAN get_curtime ( TIMEBASE * const cur_tm );
UINT_32 time_dif(TIMEBASE * const cur_tm,TIMEBASE *const pre_tm);
#define SUB(A,B) time_dif(&##A##,&##B##)
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -