Can preprocessors created by token pasting be used to reference other pre defined preprocessors
09:36 28 Jul 2026

Lets say as an example, I use token pasting to create a preprocessor, and this preprocessor matches with another preprocessor which has an address assigned to it. My Q is, can this method work? If I have a range of defines with address values, can I create a function where I can create a token and have it be equivvalent to the already defined, and therefore access the address that way?

Kind regards

c c-preprocessor