Status of __STDC_IEC_559__ with modern C compilers
I believe __STDC_IEC_559__ relies on some library features and can’t be defined solely by the compiler. See this post for some information. This is not uncommon for C — the compiler and the C library must sometimes cooperate in order to implement the entire standard. What you’re asking depends on the compiler. I think you … Read more