📄 time.h
字号:
#ifndef _ASM_TIME_H_#define _ASM_TIME_H_#include <asm/linux/time.h>#include <asm/timex.h>struct tm;struct tm wallclock_time(void);void get_wallclock(uint64_t *sec, uint64_t *nsec, uint64_t *now);#endif /* _ASM_TIME_H_ */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -