Difference between revisions of "Preprocessor"
Jump to navigation
Jump to search
m (Add link to Henry Precheur article on C preprocessor) |
m (C preprocessor and arithmetic expressions) |
||
| Line 8: | Line 8: | ||
* https://henry.precheur.org/code/STRINGIFY/ | * https://henry.precheur.org/code/STRINGIFY/ | ||
| + | |||
| + | The C preprocessor can with limitations evaluate arithmetic expressions: | ||
| + | |||
| + | * https://gcc.gnu.org/onlinedocs/gcc-3.0.2/cpp_4.html | ||
Latest revision as of 23:20, 18 November 2025
Notes On C Language Preprocessor
An academic approach to C language preprocessor:
A practical explanation of preprocessor "stringify" macro pair, and macro expansion rules with respect to '#' preprocessor operator. This article posted by one Henry Precheur:
The C preprocessor can with limitations evaluate arithmetic expressions: