I need to confirm my code if I'm using ANSI C (C89/C90) and I notice this:
Even if I have selected ASNI C (C89/C90) standard in Eclipse CDT.
Question:
It is told that ANSI C does not use __STDC_VERSION__
but why do I see the same value for __STDC_VERSION__
as 199901L
for C99 standard in Eclipse CDT?
I'm using GCC compiler for Lubuntu Linux.