How do I view the output produced by the C pre-processor, prior to its conversion into an object file?
I want to see what the MACRO definitions do t
It depends on the compiler you use. With GCC, you can specify the -E flag on the command-line to let the compiler produce the pre-processor output.
-E