`
jubincn
  • 浏览: 232043 次
  • 性别: Icon_minigender_1
  • 来自: 宁波
文章分类
社区版块
存档分类
最新评论

查看gcc预定义宏(predefined macro)的方法

 
阅读更多

GNU C Compiler
gcc -dM -E - </dev/null
cpp -dM < /dev/null
HP-UXansi C compiler
cc -v fred.c(wherefred.cis a simple test file)
SCO OpenServerC compiler
cc -## fred.c(wherefred.cis a simple test file)
Sun StudioC/C++ compiler
cc -## fred.c(wherefred.cis a simple test file)
IBM AIXXL C/C++ compiler
cc -qshowmacros -E fred.c(wherefred.cis a simple test file)

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics