#ifndef _STDC_PREDEF_H #define _STDC_PREDEF_H /* FIXME: What is the exactly version supported by musl? */ /* ISO/IEC 10646:2011, Uncode 6.0 except U+20B9 INDIAN RUPEE SIGN */ #define __STDC_ISO_10646__ 201103L #define __STDC_UTF_16__ 1 #define __STDC_UTF_32__ 1 #if defined(__GCC_IEC_559) && __GCC_IEC_559 > 0 #define __STDC_IEC_559__ 1 #endif /* GCC does not support the "Annex G" complex arithmetic even though * __GCC_IEC_559_COMPLEX is defined. Thus, we leave __STDC_IEC_559_COMPLEX__ * undefined for now. */ #endif