The GCC C compiler will allocate enough memory for an enum to hold any of the values that you have declared. So, if your code only uses values ...
確定! 回上一頁