-
WikiChip
WikiChip
-
Architectures
Popular x86
-
Intel
- Client
- Server
- Big Cores
- Small Cores
-
AMD
Popular ARM
-
ARM
- Server
- Big
- Little
-
Cavium
-
Samsung
-
-
Chips
Popular Families
-
Ampere
-
Apple
-
Cavium
-
HiSilicon
-
MediaTek
-
NXP
-
Qualcomm
-
Renesas
-
Samsung
-
From WikiChip
<stdalign.h> Header - C
< c
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
C Standard Library |
<assert.h>(C89) <complex.h>(C99)op <ctype.h>(C89) <errno.h>(C89) <fenv.h>(C99) <float.h>(C89) <inttypes.h>(C99) <iso646.h>(NA1) <limits.h>(C89) <locale.h>(C89) <math.h>(C89) <setjmp.h>(C89) <signal.h>(C89) <stdalign.h>(C11) <stdarg.h>(C89) <stdatomic.h>(C11)op <stdbool.h>(C99) <stddef.h>(C89) <stdint.h>(C99) <stdio.h>(C89) <stdlib.h>(C89) <stdnoreturn.h>(C11) <string.h>(C89) <tgmath.h>(C99) <threads.h>(C11)op <time.h>(C89) <uchar.h>(C11) <wchar.h>(NA1) <wctype.h>(NA1) |
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 |
Retrieved from "https://en.wikichip.org/w/index.php?title=c/stdalign.h&oldid=13379"