📄 703.html
字号:
<html>
<head>
<title>time_t</title>
<meta name='robots' content='noindex,nofollow'>
<meta name='generator' content='GLOBAL-5.4.1'>
</head>
<body text='#191970' bgcolor='#f5f5dc' vlink='gray'>
<pre>
<a href='../S/43.html#L16'>time_t</a> 16 include/sys/stat.h time_t st_atime; // 上次(最后)访问时间。
<a href='../S/43.html#L17'>time_t</a> 17 include/sys/stat.h time_t st_mtime; // 最后修改时间。
<a href='../S/43.html#L18'>time_t</a> 18 include/sys/stat.h time_t st_ctime; // 最后节点修改时间。
<a href='../S/44.html#L8'>time_t</a> 8 include/sys/times.h time_t tms_utime; // 用户使用的CPU 时间。
<a href='../S/44.html#L9'>time_t</a> 9 include/sys/times.h time_t tms_stime; // 系统(内核)CPU 时间。
<a href='../S/44.html#L10'>time_t</a> 10 include/sys/times.h time_t tms_cutime; // 已终止的子进程使用的用户CPU 时间。
<a href='../S/44.html#L11'>time_t</a> 11 include/sys/times.h time_t tms_cstime; // 已终止的子进程使用的系统CPU 时间。
<a href='../S/44.html#L14'>time_t</a> 14 include/sys/times.h extern time_t times (struct tms *tp);
<a href='../S/49.html#L35'>time_t</a> 35 include/time.h time_t time (time_t * tp);
<a href='../S/49.html#L37'>time_t</a> 37 include/time.h double difftime (time_t time2, time_t time1);
<a href='../S/49.html#L39'>time_t</a> 39 include/time.h time_t mktime (struct tm *tp);
<a href='../S/49.html#L44'>time_t</a> 44 include/time.h char *ctime (const time_t * tp);
<a href='../S/49.html#L46'>time_t</a> 46 include/time.h struct tm *gmtime (const time_t * tp);
<a href='../S/49.html#L48'>time_t</a> 48 include/time.h struct tm *localtime (const time_t * tp);
<a href='../S/50.html#L259'>time_t</a> 259 include/unistd.h int stime (time_t * tptr);
<a href='../S/50.html#L261'>time_t</a> 261 include/unistd.h time_t time (time_t * tloc);
<a href='../S/50.html#L262'>time_t</a> 262 include/unistd.h time_t times (struct tms *tbuf);
<a href='../S/51.html#L8'>time_t</a> 8 include/utime.h time_t actime; // 文件访问时间。从1970.1.1:0:0:0 开始的秒数。
<a href='../S/51.html#L9'>time_t</a> 9 include/utime.h time_t modtime; // 文件修改时间。从1970.1.1:0:0:0 开始的秒数。
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -