bloggallerytagcloudalllinks

List all GCC standard defines

List all standard defines:

% gcc -dM -E -  /dev/null

via

Related Entries:
Using branch prediction with GCC
sudo write with vim
Manpage direkt aus VIM aufrufen
grml 1.0 Pre-Release (and some more)
Tagcloud
Comments (1)  Permalink

Comments

mirabilos @ 13.07.2010 11:04 CEST
Actually, -dD ist besser. Beispiel:

echo | gcc -E -dD - | less

echo '#include <stdlib.h>' | gcc -E -dD - | less
No new comments allowed (anymore) on this post.