__CWCC__

Preprocessor macro defined as the version of the CodeWarrior compiler frontend.

Syntax
__CWCC__
  
Remarks

CodeWarrior compilers issued after 2006 define this macro with the compiler's frontend version. For example, if the compiler frontend 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.

Related information
__ASSEMBLER__
__COMPILER__
__COUNTER__
__TARGETARCH__
__VERSION_NUM__
__VERSION__
__cplusplus
__CWBUILD__
__DATE__
__embedded_cplusplus
__FILE__
__func__
__FUNCTION__
__ide_target()
__LINE__
__MWERKS__
__optlevel
__PRETTY_FUNCTION__
__profile__
__STDC__
__TIME__