Skip to content

Instantly share code, notes, and snippets.

@suchasplus
Created January 7, 2015 13:20
Show Gist options
  • Save suchasplus/b1933cc52da3b47f3cb1 to your computer and use it in GitHub Desktop.
Save suchasplus/b1933cc52da3b47f3cb1 to your computer and use it in GitHub Desktop.
list gcc predefined preprocessor symbols
#/bin/bash
#list predefined preprocessor symbols
gcc -E -dM - < /dev/null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment