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. |
Содержание |
[править] Основные типы
[править] Основные типы, определенные в языке
[править] Среди основных типов и макросов
| Определено в файле <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. (определение типа) | |
| целое число типа возвращается при вычитании двух указателей 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. (определение типа) | |
| определяется реализацией нулевого указателя постоянно 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. (определение типа) |
| byte offset from the beginning of a struct type to specified member (функция-макрос) | |
| Определено в файле <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. (константа-макрос) |
| Определено в файле <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. |