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以来)
[編集] 数値の限界
| This section is incomplete Reason: Variadic functions. Probably at c/variadic. |