979.html

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

HTML
16
字号
<html>
<head>
<title>size_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/41.html#L11'>size_t</a>             11 include/stddef.h typedef unsigned long size_t;	// sizeof 返回的类型。
<a href='../S/42.html#L10'>size_t</a>             10 include/string.h typedef unsigned int size_t;
<a href='../S/45.html#L6'>size_t</a>              6 include/sys/types.h typedef unsigned int size_t;	// 用于对象的大小(长度)。
<a href='../S/49.html#L11'>size_t</a>             11 include/time.h typedef unsigned int size_t;
</pre>
</body>
</html>

⌨️ 快捷键说明

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