摘要: code 从K&R中改编过来 #include <stdio.h> #include <ctype.h> // 数值调试宏 #ifndef CXXU #define CXXU 1 #define dprint(expr) printf(#expr " = %d @%%d\n", expr) #def 阅读全文
posted @ 2022-04-25 11:12 xuchaoxin1375 阅读(22) 评论(0) 推荐(0)