__STDC__ Macro

The predefined macro variable __STDC__ has the integer value 0 to indicate that C++ does not conform to ISO/ANSI C. In ISO/ ANSI C, __STDC__ has the integer value 1.