How universally is C99 supported?

后端 未结 7 1671
暖寄归人
暖寄归人 2020-12-13 09:08

How universally is the C99 standard supported in today\'s compilers? I understand that not even GCC fully supports it. Is this right?

Which features of C99 are suppo

相关标签:
7条回答
  • 2020-12-13 09:34

    Clang (the LLVM based C and C++ compiler) has pretty good C99 support. I think the only thing it does not support are the floating point pragmas.

    0 讨论(0)
提交回复
热议问题