1 
2 #ifndef __STDALIGN_H__
3 #define __STDALIGN_H__
4 
5 #if !defined(__cplusplus)
6 #define alignas _Alignas
7 #define alignof _Alignof
8 #endif
9 
10 #endif /* __STDALIGN_H__ */
11 
12