Viewing GCC built-in #defines

Ever wondered what all those pre #defined preprocessor constants expand to? Execute the following: gcc -dM -E – < /dev/null|sort Sample output from Ubuntu 13.10 (gcc 4.8.1): shahada@pc-shahada:/usr/include$ gcc -dM -E – < /dev/null...