摘要: /* * 宏的写法,宏的作用域,当前位置开始到大括号结束,如果没有大括号,到文件结尾。 */ #include <stdio.h> //#define HELLO int main(int argc, const char * argv[]) { // insert code here... #if 阅读全文
posted @ 2017-03-27 14:22 FANNY1995 阅读(2385) 评论(0) 推荐(0)