Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Objective-C 块支持的 Clang 预处理器标志是什么?
__BLOCKS__
这会转储所有编译器定义的宏:
clang -dM -E - < /dev/null