diff options
Diffstat (limited to 'src/stddef/max_align_t.h')
-rw-r--r-- | src/stddef/max_align_t.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/stddef/max_align_t.h b/src/stddef/max_align_t.h new file mode 100644 index 00000000..cd15c79e --- /dev/null +++ b/src/stddef/max_align_t.h @@ -0,0 +1,5 @@ +typedef long double max_align_t; + +/* +STDC(201112) +*/ |