Hi, everyone!

I wondered where the variable __STDC__ is defined.
I write a simple C program to test it, before include
other .h files, the variable is already defined.
(I use #ifdef to test the existence)

I have two question about the variable:

1. Where is the variable defined?

2. What is the function of the variable?


Cheers,
George