To retrieve the list of macros that gcc predefines, execute the following command:
gcc -E -dM - < /dev/null
Recent Comments