Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 328 Bytes

PPDETAILS.md

File metadata and controls

7 lines (5 loc) · 328 Bytes

Preprocessor details

All comments are removed before preprocessor is invoked.

It is not possible to redefine built-in language indentifiers like keywords, internal functions, etc.

Directives can start anywhere on a line. There may be horizontal whitespace between the # character and the directive name, like # ifdef ....