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__