|
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
This header is part of thetypes support library.
Macros | |
alignas (C11)(removed in C23) | convenience macro, expands to keyword_Alignas (keyword macro) |
alignof (C11)(removed in C23) | convenience macro, expands to keyword_Alignof (keyword macro) |
Constants | |
__alignas_is_defined (C11)(removed in C23) | expands to integer constant1 (macro constant) |
__alignof_is_defined (C11)(removed in C23) | expands to integer constant1 (macro constant) |
#if __STDC_VERSION__ < 202311L#define alignas _Alignas#define alignof _Alignof#define __alignas_is_defined 1#define __alignof_is_defined 1#endif