📄 chrono.h
字号:
#ifdef __cplusplusextern "C" {#endif#include <time.h>#ifndef ON#define RESET 0#define ON 1#define OFF 2#endif#define TIMEMAX 16#define MAXCLK ( 1073741823. / (double)CLOCKS_PER_SEC )typedef struct mytime { double ctim,dtim; time_t ptim; short call;} mytime;/* prototypes */void chrono(int cmode,mytime *ptt);double gttime(mytime t);void tminit(mytime *t,int maxtim);#ifdef __cplusplus}#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -