Question How is an enum stored when using Keil C51? ... typedef enum { a = 0, b = -128, c = 127, } singleByte_t; // Variables of this type ...
確定! 回上一頁