applied to the whole enumeration if appears after enum ... e.g. void foo(void) { enum State e = LIQUID; // OK printf("%d %d %d ", e, ...
確定! 回上一頁