Printing all the pre defined gcc macros

Found this useful command on brain-dump.org. Posting it here for my own reference:

gcc -dM -E - < /dev/null
Posted Thursday, January 7th, 2010 under programming.

Tags:

Comments are closed.