C preprocessor: Difference between revisions

Content deleted Content added
Binary resource inclusion: Corrected the title
C/C++: None of these are directives
Line 44:
* <code>#pragma</code>
* <code>defined</code> (follows a conditional directive; not actually a directive, but rather an operator)
* <code>#__has_include</code> (operator)
* <code>#__has_cpp_attribute</code> (operator, C++ only)
* <code>#__has_embed__has_c_attribute</code> (operator, C only)
* <code>__has_embed</code> (operator)
{{div col end}}