Built-in Macros
The built-in macros for CodeWarrior and GCC are similar.
Table 1. Built-in Macros for CodeWarrior and GCC
CodeWarrior
GCC
__CWCC__
__GNUC__
__cplusplus
_
_cplusplus
__STDC__
_
_STDC__
__STDC_VERSION__
__STDC_VERSION__
__STDC_HOSTED__
__STDC_HOSTED__