typedef enum { a = 0, b = -128, c = 127, } singleByte_t; // Variables of this type will be stored in two bytes // since an enum value can be ...
確定! 回上一頁