- gcc
gcc -dM -E - < /dev/null
- clang
clang -dM -E -x c /dev/null
查看C++ 预定义宏
最新推荐文章于 2023-10-05 12:43:50 发布
gcc -dM -E - < /dev/null
clang -dM -E -x c /dev/null