Content deleted Content added
No edit summary |
m Reverting possible vandalism by 86.148.62.52 to version by 195.201.44.254. False positive? Report it. Thanks, User:ClueBot. (425943) (Bot) |
||
Line 6:
==The C preprocessor==
{{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>, are referred to as ''preprocessor directives''.
|