Predefined gcc #defines
marcus • January 2nd, 2008
echo | gcc -dM -E -x c - | sort
I thought I had this somewhere on my blog already, because that's something I always forget and neeed to use every few months or so.
echo | gcc -dM -E -x c - | sort