If I want to expand a C macro, what are some good ways to do that (besides tracing it manually)?
For instance, GTK_WIDGET_SET_FLAGS, it uses a macro that
GTK_WIDGET_SET_FLAGS
If you use gcc you can also run
cpp myfile.c