Content deleted Content added
#region has no effect on the code and is therefore a trivial example. #if is a better example. |
|||
Line 8:
{{main|C preprocessor}}
In [[C (programming language)|C]] and [[C++]], the language supports a simple [[Macro (computer science)|macro]] preprocessor. Source lines that should be handled by the preprocessor, such as <code>#define</code> and <code>#include</code>
<!-- The following is not Standard C, it is an extension supported by one implementation.
|