Content deleted Content added
→The C preprocessor: - removed self-referential link from "preprocessor directives" |
→The C preprocessor: - restored the (apparently) self-referential link in case a page for preprocessor directives is eventually created. |
||
Line 7:
{{main|C preprocessor}}
In [[C (programming language)|C]] and [[C++]], the language supports a simple [[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]]''.
<!-- The following is not Standard C, it is an extension supported by one implementation.
|