Пространства имён
Варианты
Действия

Type support

Материал из cppreference.com
< c

Содержание

[править] Основные типы

[править] Основные типы, определенные в языке

[править] Среди основных типов и макросов

Определено в файле <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.

(определение типа) [edit]
целое число типа возвращается при вычитании двух указателей
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.

(определение типа) [edit]
определяется реализацией нулевого указателя постоянно
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.

(константа-макрос) [edit]
типа с требованием выравнивания так велика, как любой другой тип скаляра
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.

(определение типа) [edit]
byte offset from the beginning of a struct type to specified member
(функция-макрос) [edit]
Определено в файле <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)

[править] Числовые пределы