Preprocessor Defines
| Line 6: | Line 6: | ||
|The ROBOTC Compiler supports several different preprocessor defines that contain information about the compile time environment. Recently added are defines that indicate which features are enabled in the IDE. | |The ROBOTC Compiler supports several different preprocessor defines that contain information about the compile time environment. Recently added are defines that indicate which features are enabled in the IDE. | ||
| − | The predefined symbols can be used in include files | + | The predefined symbols can be used in include files and user programs for conditionally compiling code based on features. The preprocessor defines include: |
{| style="font-family:Verdana, Geneva, sans-serif; color:black; background-color:#FFFFFF; text-align:center; font-size:100%; border-collapse: separate; border-spacing: 0; border-width: 1px; border-style: solid; border-color: #000;" cellpadding="5%" | {| style="font-family:Verdana, Geneva, sans-serif; color:black; background-color:#FFFFFF; text-align:center; font-size:100%; border-collapse: separate; border-spacing: 0; border-width: 1px; border-style: solid; border-color: #000;" cellpadding="5%" | ||
! style="text-align:left; border-style: solid; border-width: 0px 0px 0px 0px"|''Symbol Name'' | ! style="text-align:left; border-style: solid; border-width: 0px 0px 0px 0px"|''Symbol Name'' | ||
Revision as of 07:47, 20 June 2012
General Programming → Preprocessor Defines
| The ROBOTC Compiler supports several different preprocessor defines that contain information about the compile time environment. Recently added are defines that indicate which features are enabled in the IDE.
The predefined symbols can be used in include files and user programs for conditionally compiling code based on features. The preprocessor defines include:
|