<stdalign.h> header is for querying and specifying the alignment of objects.
The <stdalign.h> header shall define the following macro constants:
Related topics:
<setjmp.h> | <signal.h> | <stdarg.h> | <stdatomic.h> | <stdbool.h> | Standard Library in C
List of topics: C Programming
The <stdalign.h> header shall define the following macro constants:
alignas | convenience macro, expands to keyword _Alignas (C11) |
alignof | convenience macro, expands to keyword _Alignof (C11) |
__alignas_is_defined | expands to integer constant 1 (C11) |
__alignof_is_defined | expands to integer constant 1 (C11) |
Related topics:
<setjmp.h> | <signal.h> | <stdarg.h> | <stdatomic.h> | <stdbool.h> | Standard Library in C
List of topics: C Programming
No comments:
Post a Comment