typedef enum { Bit_RESET = 0, Bit_SET }BitAction;//BitAction為枚舉 ... union data { int i; char ch; float f; }a,b,c; //和結構體,枚舉的表示 ...
確定! 回上一頁