Hackfix and re-enable strtoull and wcstoull, see bug #3798.
[sdcc.git] / sdcc / device / include / stdalign.h
blob9aafc9abe3f17e5fe2540d71a55ab6ee04dc67df
1 #ifndef __STDC_VERSION_STDALIGN_H__
2 #define __STDC_VERSION_STDALIGN_H__ __STDC_VERSION__
4 #if __STDC_VERSION_STDBOOL_H__ < 202311L
6 #ifndef __alignas_is_defined
7 #define __alignas_is_defined 1
9 #define alignas _Alignas
11 #endif
13 #ifndef __alignof_is_defined
14 #define __alignof_is_defined 1
16 #define alignof _Alignof
18 #endif
20 #endif
22 #endif