Skip to content

Instantly share code, notes, and snippets.

@omasanori
Last active March 31, 2016 11:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save omasanori/4a6e32f29a90f4d8df173c3e7edb0af2 to your computer and use it in GitHub Desktop.
Save omasanori/4a6e32f29a90f4d8df173c3e7edb0af2 to your computer and use it in GitHub Desktop.
An utility to check the name of predefined preprocessor macros and their values.
echo | gcc -E -xc -dM - | sort | uniq
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment