C 語言巨集macro: 將enum的integer變數印出變成string ... 要用的時候 void main() { int val = xxx; printf("%d:%s\n", val, num_str[val]); } ...
確定! 回上一頁