Skip to content

Instantly share code, notes, and snippets.

@omasanori
Last active March 31, 2016 11:59
Embed
What would you like to do?
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