bill wrote: (please keep replies on-list) > Because what's happening is that I'm dumpster diving code, and coming > accross > constants and wondering what their value is. So I'm constantly adding to > the list of constants that get printed. Each time, I have to type or > cut/paste 3 lines: There's much better ways to do that then. For example, "gcc -E -dM yourfile.c". Brian