time.h
来自「一个类linux的dos下开发的操作系统.」· C头文件 代码 · 共 19 行
H
19 行
#ifndef __TL_TIME_H
#define __TL_TIME_H
#ifdef __cplusplus
extern "C"
{
#endif
/* unsigned; so it will overflow sometime in 2106 instead of 2038 */
typedef unsigned long time_t;
time_t time(time_t *timer);
#ifdef __cplusplus
}
#endif
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?