摘要: #include <stdio.h> #define AAA 111 void test() { printf("__LINE__ = % d\n", __LINE__); printf("AAA = %d\n", AAA); } #define AAA 222 #line 1 "test" int 阅读全文
posted @ 2023-12-21 19:45 Kazuma_124 阅读(10) 评论(0) 推荐(0) 编辑