Standard library header <stdalign.h> (C11)(deprecated in C23)
From cppreference.com
C
Concurrency support (C11)
Standard Library headers
<stdmchar.h> (C29)
<stdnoreturn.h> (C11*)
<tgmath.h> (C99)
<threads.h> (C11)
<uchar.h> (C11)
<wchar.h> (C95)
<wctype.h> (C95)
This header is part of the types support library.
Macros
Constants
__alignas_is_defined
(C11)(removed in C23)
(macro constant)
__alignof_is_defined
(C11)(removed in C23)
(macro constant)
[edit] Synopsis
#if __STDC_VERSION__ < 202311L #define alignas _Alignas #define alignof _Alignof #define __alignas_is_defined 1 #define __alignof_is_defined 1 #endif