Type support

来自cppreference.com
< c

目录

[编辑] 基本类型

[编辑] 基本类型定义的语言

[编辑] 其他的基本类型和宏

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) [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.

(的typedef) [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]
(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) [edit]
byte offset from the beginning of a struct type to specified member
(函数宏) [edit]
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 起)

[编辑] 数值范围内