摘要: 预处理 // a.c #include <stdio.h> #define MSG "Hello \ World!\n" #define _str(x) #x #define _concat(a, b) a##b int main() { printf(MSG /* "hi!\n" */); #if 阅读全文
posted @ 2026-01-03 18:42 与非或非门 阅读(4) 评论(0) 推荐(0)