⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 50.html

📁 linux 0.11中文版 有注释
💻 HTML
字号:
<html>
<head>
<title>unistd.h</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/52.html#L8'>unistd.h</a>    8 init/main.c    #include &lt;unistd.h&gt;		// *.h 头文件所在的默认目录是include/,则在代码中就不用明确指明位置。
<a href='../S/52.html#L56'>unistd.h</a>   56 init/main.c    #include &lt;unistd.h&gt;
<a href='../S/92.html#L9'>unistd.h</a>    9 lib/_exit.c    #include &lt;unistd.h&gt;		// Linux 标准头文件。定义了各种符号常数和类型,并申明了各种函数。
<a href='../S/80.html#L8'>unistd.h</a>    8 lib/close.c    #include &lt;unistd.h&gt;		// Linux 标准头文件。定义了各种符号常数和类型,并申明了各种函数。
<a href='../S/82.html#L9'>unistd.h</a>    9 lib/dup.c      #include &lt;unistd.h&gt;		// Linux 标准头文件。定义了各种符号常数和类型,并申明了各种函数。
<a href='../S/84.html#L8'>unistd.h</a>    8 lib/execve.c   #include &lt;unistd.h&gt;		// Linux 标准头文件。定义了各种符号常数和类型,并申明了各种函数。
<a href='../S/87.html#L8'>unistd.h</a>    8 lib/open.c     #include &lt;unistd.h&gt;		// Linux 标准头文件。定义了各种符号常数和类型,并申明了各种函数。
<a href='../S/88.html#L8'>unistd.h</a>    8 lib/setsid.c   #include &lt;unistd.h&gt;		// Linux 标准头文件。定义了各种符号常数和类型,并申明了各种函数。
<a href='../S/90.html#L8'>unistd.h</a>    8 lib/wait.c     #include &lt;unistd.h&gt;		// Linux 标准头文件。定义了各种符号常数和类型,并申明了各种函数。
<a href='../S/91.html#L8'>unistd.h</a>    8 lib/write.c    #include &lt;unistd.h&gt;		// Linux 标准头文件。定义了各种符号常数和类型,并申明了各种函数。
<a href='../S/96.html#L42'>unistd.h</a>   42 tools/build.c  #include &lt;unistd.h&gt; /* contains read/write */	/* 含有read()/write() */
</pre>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -