📄 linux.h
字号:
/*------------------------------------------------------------------------- * linux.h *------------------------------------------------------------------------- */#ifndef LINUX_H#define LINUX_H#include <time.h>#ifndef _CLOCKID_T#define _CLOCKID_Ttypedef int clockid_t;#endif /* ndef _CLOCKID_t */#ifndef CLOCK_REALTIME #define CLOCK_REALTIME 0#endif /* ndef CLOCK_REALTIME */int clock_gettime(clockid_t, struct timespec *);#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -