#include #include #define strcpy(a, b) strcpy(a ## _p, #b) ... printf("int max: %s\n", str(int_max)); // int_max #include //這行會被展開為 ...
確定! 回上一頁