Skip to content

Instantly share code, notes, and snippets.

@pstef
Created February 10, 2013 17:02
Show Gist options
  • Save pstef/4750224 to your computer and use it in GitHub Desktop.
Save pstef/4750224 to your computer and use it in GitHub Desktop.
<zid`> There's a really cryptic gcc command you can invoke to tell you all the #defines that are in a blank C file
gcc -dM -E - < /dev/null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment