Preprocessor macro defined as the version of the CodeWarrior compiler.
__CWCC__
CodeWarrior compilers issued after 2006 define this macro with the compiler's version. For example, if the compiler version is 4.2.0, the value of __CWCC__ is 0x4200.
CodeWarrior compilers issued prior to 2006 used the pre-defined macro __MWERKS__. The __MWERKS__ predefined macro is still functional as an alias for __CWCC__.
The ISO standards do not specify this symbol.