Is there a way to make the GNU C Preprocessor, cpp (or some other tool) list all available macros and their values at a given point in a C fil
Why not consult the section on Predefined-macros? Do you need this for building a project or some such thing?