616.html

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

HTML
16
字号
<html>
<head>
<title>speed_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/48.html#L274'>speed_t</a>           274 include/termios.h extern speed_t cfgetispeed (struct termios *termios_p);
<a href='../S/48.html#L276'>speed_t</a>           276 include/termios.h extern speed_t cfgetospeed (struct termios *termios_p);
<a href='../S/48.html#L278'>speed_t</a>           278 include/termios.h extern int cfsetispeed (struct termios *termios_p, speed_t speed);
<a href='../S/48.html#L280'>speed_t</a>           280 include/termios.h extern int cfsetospeed (struct termios *termios_p, speed_t speed);
</pre>
</body>
</html>

⌨️ 快捷键说明

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