Next: bool
, Up: ISO C Keyword Substitutes [Contents][Index]
alignof
and alignas
Gnulib module: alignasof
The alignasof
module arranges for alignas
and alignof
to be more like standard C.
Portability problems fixed by Gnulib:
alignas
and alignof
.
<stdalign.h>
must be included before
using alignas
or alignof
.
See stdalign.h.
Portability problems not fixed by Gnulib:
alignas
and alignof
are macros.