C preprocessor: Difference between revisions

From OSDev.wiki
Jump to navigation Jump to search
[unchecked revision][unchecked revision]
Content added Content deleted
mNo edit summary
No edit summary
Line 5: Line 5:
=== Hazards of the C preprocessor ===
=== Hazards of the C preprocessor ===


See also: [[C]]
== See also ==
* [[C]]

== External Links ==
The GNU C preprocessor manual:
* [http://gcc.gnu.org/onlinedocs/cpp/ Index]
* [http://gcc.gnu.org/onlinedocs/cpp/Macro-Pitfalls.html#Macro-Pitfalls Macro Pitfalls]

Revision as of 14:34, 19 July 2008

C preprocessor

The C preprocessor is a powerful tool and properly used may be very useful. The following have been checked to work in GCC.

Uses for debugging

Hazards of the C preprocessor

See also

External Links

The GNU C preprocessor manual: