source: CIVL/include/headers/stdalign.h@ a389857

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

Moved examples, include, build_default.properties, common.xml, and README out from dev.civl.com into the root of the repo.

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

  • Property mode set to 100644
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.