source: CIVL/mods/dev.civl.abc/src/include/headers/stdalign.h@ c972639

main test-branch
Last change on this file since c972639 was c4775639, checked in by Alex Wilton <awilton@…>, 3 years ago

Moved include files back into modules.

git-svn-id: svn://vsl.cis.udel.edu/civl/trunk@5769 fb995dde-84ed-4084-dfe6-e5aef3e2452c

  • Property mode set to 100644
File size: 268 bytes
RevLine 
[aad342c]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.