2 years ago
#64304
Marina
How to do closest guess on C99, C11 or C17?
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?
c
gcc
c99
c11
c17
0 Answers
Your Answer