Relative Content

Tag Archive for c-preprocessor

Alternative to preprocessor directive in marco in C

Is there any possible alternative for integrating a preprocessor directive in a macro?? The reason is to make the code more clear. I have a lot of defines which should have other values if a constant is defined.