51.html
来自「linux 0.11中文版 有注释」· HTML 代码 · 共 35 行
HTML
35 行
<html>
<head>
<title>include/utime.h</title>
<meta name='robots' content='noindex,nofollow'>
<meta name='generator' content='GLOBAL-5.4.1'>
</head>
<body text='#191970' bgcolor='#f5f5dc' vlink='gray'>
<a name='TOP'><h2><a href='../mains.html'>root</a>/<a href='../files/99.html'>include</a>/utime.h</h2>
<i><font color='green'>/* [<][>][^][v][top]<a href='#BOTTOM'>[bottom]</a><a href='../mains.html'>[index]</a><a href='../help.html'>[help]</a> */</font></i>
<hr>
<h2><a href='../J/51.html' title='Multiple included from 2 places.'>INCLUDED FROM</a></h2>
<hr>
<pre>
<a name='L1'><font color='darkred'>#ifndef</font> <a href='../S/51.html#L2' title='Defined at 2 in include/utime.h.'>_UTIME_H</a>
<a name='L2'><font color='darkred'>#define</font> <a href='../S/51.html#L1' title='Refered from 1 in include/utime.h.'>_UTIME_H</a>
<a name='L3'>
<a name='L4'><font color='darkred'>#include</font> <<a href='45.html'>sys/types.h</a>> <i><font color='green'>/* I know - shouldn't do this, but .. */</font></i>
<a name='L5'><i><font color='green'>/* 我知道 - 不应该这样做,但是.. */</font></i>
<a name='L6'><b>struct</b> utimbuf
<a name='L7'><font color='red'>{</font>
<a name='L8'> <a href='../D/1080.html' title='Multiple defined in 2 places.'>time_t</a> actime; <i><font color='green'>// 文件访问时间。从1970.1.1:0:0:0 开始的秒数。</font></i>
<a name='L9'> <a href='../D/1080.html' title='Multiple defined in 2 places.'>time_t</a> modtime; <i><font color='green'>// 文件修改时间。从1970.1.1:0:0:0 开始的秒数。</font></i>
<a name='L10'><font color='red'>}</font>;
<a name='L11'>
<a name='L12'><i><font color='green'>// 设置文件访问和修改时间函数。</font></i>
<a name='L13'><b>extern</b> <b>int</b> utime (<b>const</b> <b>char</b> *filename, <b>struct</b> utimbuf *times);
<a name='L14'>
<a name='L15'><font color='darkred'>#endif</font>
</pre>
<hr>
<a name='BOTTOM'>
<i><font color='green'>/* [<][>][^][v]<a href='#TOP'>[top]</a>[bottom]<a href='../mains.html'>[index]</a><a href='../help.html'>[help]</a> */</font></i>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?