564.html

来自「linux 0.11中文版 有注释」· HTML 代码 · 共 14 行

HTML
14
字号
<html>
<head>
<title>read_pipe</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/17.html#L19'>read_pipe</a>          19 fs/read_write.c extern int read_pipe (struct m_inode *inode, char *buf, int count);
<a href='../S/17.html#L102'>read_pipe</a>         102 fs/read_write.c     return (file-&gt;f_mode &amp; 1) ? read_pipe (inode, buf, count) : -EIO;
</pre>
</body>
</html>

⌨️ 快捷键说明

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