Friday, July 30, 2010

Display GCC Predefined Macros | commandlinefu.com

Display GCC Predefined Macros | commandlinefu.com

gcc -dM -E - < /dev/nul

cpp -dM /dev/null

command to display gcc predefined macros

No comments: