From WikiChip
<stdalign.h> Header - C
< c
Revision as of 16:20, 20 December 2015 by Inject (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The <stdalign.h> header is part of the standard library of the C programming language that provides four convenient macros for dealing with alignments of objects. This header was added in C11.

Macros[edit]

The header provides a single macro definition:

Macro Name Description Since
alignas expand to _Alignas C11
alignof expand to _Alignof C11
__alignas_is_defined expand to the integer constant 1 C11
__alignof_is_defined expand to the integer constant 1 C11