source:
CIVL/mods/dev.civl.abc/src/include/abc/stdalign.h@
cb4d4f4
| Last change on this file since cb4d4f4 was aad342c, checked in by , 3 years ago | |
|---|---|
|
|
| File size: 268 bytes | |
| Line | |
|---|---|
| 1 | /* stdalign.h: The ABC representation of standard C library. |
| 2 | * Based on C11 Standard 7.15. |
| 3 | */ |
| 4 | #ifndef _STDALIGN_ |
| 5 | #define _STDALIGN_ |
| 6 | |
| 7 | /* Macros */ |
| 8 | #define alignas _Alignas |
| 9 | #define alignof _Alignof |
| 10 | #define __alignas_is_defined 1 |
| 11 | #define __alignof_is_defined 1 |
| 12 | |
| 13 | #endif |
Note:
See TracBrowser
for help on using the repository browser.
