Type support
来自cppreference.com
< c
|
|
This page has been machine-translated from the English version of the wiki using Google Translate.
The translation may contain errors and awkward wording. Hover over text to see the original version. You can help to fix errors and improve the translation. For instructions click here. |
目录 |
[编辑] 基本类型
[编辑] 基本类型定义的语言
[编辑] 其他的基本类型和宏
| Defined in header
<stddef.h> | |
| 返回无符号整数类型的sizeof运营商 Original: unsigned integer type returned by the sizeof operator The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (的typedef) | |
| 符号的整数类型时,返回两个指针相减 Original: signed integer type returned when subtracting two pointers The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (的typedef) | |
| 实现定义的空指针常量 Original: implementation-defined null pointer constant The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (宏不变) | |
| (C11) |
大,任何其他标量类型一个类型的对齐要求 Original: a type with alignment requirement as great as any other scalar type The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (的typedef) |
| byte offset from the beginning of a struct type to specified member (函数宏) | |
| Defined in header
<stdbool.h> | |
| __bool_true_false_are_defined (C99) |
C的兼容性宏不变,扩展到整数常量1 Original: C compatibility macro constant, expands to integer constant 1 The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (宏不变) |
| Defined in header
<stdalign.h> | |
| __alignas_is_defined (C99) |
C的兼容性宏不变,扩展到整数常量1 Original: C compatibility macro constant, expands to integer constant 1 The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (宏不变) |
[编辑] 固定宽度的整数类型 (C99 起)
[编辑] 数值范围内
| 本节是不完整的 原因: Variadic functions. Probably at c/variadic. |