Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

A preprocessing directive of the form:

# define identifier replacement-list new-line

Wiki Markup
defines an _object-like_ macro that causes each subsequent instance of the macro name to be replaced by the replacement list of preprocessing tokens that constitute the remainder of the directive \[[ISO/IEC 9899-1999|AA. C References#ISO/IEC 9899-1999]\].

...