The C Preprocessor - Predefined

Node: Predefined Next: Stringification Prev: Argument Macros Up: Macros

Predefined Macros

Several simple macros are predefined. You can use them without giving definitions for them. They fall into two classes: standard macros and system-specific macros.

Standard Predefined Standard predefined macros.
Nonstandard Predefined Nonstandard predefined macros.


Next: Stringification Up: Macros