cosmopolitan/libc/stdalign.h

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
279 B
C
Raw Normal View History

2022-09-04 11:53:52 +00:00
#ifndef COSMOPOLITAN_LIBC_STDALIGN_H_
#define COSMOPOLITAN_LIBC_STDALIGN_H_
#ifndef __cplusplus
#define alignas _Alignas
#define alignof _Alignof
#endif /* __cplusplus */
#define __alignas_is_defined 1
#define __alignof_is_defined 1
#endif /* COSMOPOLITAN_LIBC_STDALIGN_H_ */