/* stdalign.h standard header */ #ifndef _STDALIGN #define _STDALIGN #ifndef _YVALS #include #endif /* _YVALS */ _C_STD_BEGIN #define __alignas_is_defined 1 #ifndef __cplusplus #define alignas _Alignas; #endif /* __cplusplus */ _C_STD_END #endif /* _STDALIGN */ /* * Copyright (c) by P.J. Plauger. All rights reserved. * Consult your license regarding permissions and restrictions. V6.50:1422 */