📄 curtime.h
字号:
#ifdef TYPES_H#include <sys/types.h>#endif /* TYPES_H */#ifdef BSD#include <sys/time.h>extern time_t time();#else /* BSD */#include <time.h>#endif /* BSD *//* Mac time of 00:00:00 GMT, Jan 1, 1970 */#define TIMEDIFF 0x7c25b080
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -