How to do closest guess on C99, C11 or C17?

225 Views Asked by At

I have a source code of C-project that has more than 600 c-files in it and it compiles for ARM mcu using GCC toolchain. I wonder how can I make a closest guess about which of the C standard this c-project is compliant to among C99, C11 and C17?

0

There are 0 best solutions below