Structs§
- Aligned
Type - A type that is as aligned as the biggest alignment for fundamental types in C
since C11 that means as aligned as
max_align_t
is. the exact size/alignment is unspecified.
max_align_t
is.
the exact size/alignment is unspecified.