611.html

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

HTML
14
字号
<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#L17'>size_t</a>             17 include/stddef.h #define offsetof(TYPE, MEMBER) ((size_t) &amp;((TYPE *)0)-&gt;MEMBER)	// 成员在类型中的偏移位置。
<a href='../S/49.html#L50'>size_t</a>             50 include/time.h size_t strftime (char *s, size_t smax, const char *fmt, const struct tm *tp);
</pre>
</body>
</html>

⌨️ 快捷键说明

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