摘要: #include <stdio.h> #define print_var(x) \ printf(_Generic(x, int \ : #x " = %d\n", float \ : #x " = %f\n"), \ x); int main(int argc, char const *argv[ 阅读全文
posted @ 2020-09-30 14:40 爱弹钢琴的卡农 阅读(300) 评论(0) 推荐(0)