12 lines
161 B
C
12 lines
161 B
C
|
|
#ifndef __STDALIGN_H__
|
|
#define __STDALIGN_H__
|
|
|
|
#if !defined(__cplusplus)
|
|
#define alignas _Alignas
|
|
#define alignof _Alignof
|
|
#endif
|
|
|
|
#endif /* __STDALIGN_H__ */
|
|
|