Directive (programming): Difference between revisions

Content deleted Content added
m robot Modifying: zh:編譯程式定向
ColdFusion650 (talk | contribs)
The C preprocessor: remove self link
Line 7:
{{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 directive]]sdirectives''.
 
<!-- The following is not Standard C, it is an extension supported by one implementation.