Defined in header <stddef.h> |
|
|---|---|
unsigned integer type returned by the sizeof operator (typedef) |
|
| signed integer type returned when subtracting two pointers (typedef) |
|
| implementation-defined null pointer constant (macro constant) |
|
|
(C11) | a type with alignment requirement as great as any other scalar type (typedef) |
| byte offset from the beginning of a struct type to specified member (function macro) |
|
Defined in header <stdalign.h> |
|
| alignas
(C11) | convenience macro, expands to keyword _Alignas (keyword macro) |
| alignof
(C11) | convenience macro, expands to keyword _Alignof (keyword macro) |
| __alignas_is_defined
(C11) | expands to integer constant 1 (macro constant) |
| __alignof_is_defined
(C11) | expands to integer constant 1 (macro constant) |
Defined in header <stdnoreturn.h> |
|
| noreturn
(C11) | convenience macro, expands to _Noreturn (keyword macro) |
© cppreference.com
Licensed under the Creative Commons Attribution-ShareAlike Unported License v3.0.
http://en.cppreference.com/w/c/types