289.html

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

HTML
16
字号
<html>
<head>
<title>TYPE</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/40.html#L13'>TYPE</a>               13 include/stdarg.h (((sizeof (TYPE) + sizeof (int) - 1) / sizeof (int)) * sizeof (int))
<a href='../S/40.html#L41'>TYPE</a>               41 include/stdarg.h (AP += __va_rounded_size (TYPE), \
<a href='../S/40.html#L42'>TYPE</a>               42 include/stdarg.h *((TYPE *) (AP - __va_rounded_size (TYPE))))
<a href='../S/41.html#L17'>TYPE</a>               17 include/stddef.h #define offsetof(TYPE, MEMBER) ((size_t) &amp;((TYPE *)0)-&gt;MEMBER)	// 成员在类型中的偏移位置。
</pre>
</body>
</html>

⌨️ 快捷键说明

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