module enum_work; //typedef enum integer {A, B, C} alphabets; typedef enum {A, B, C} alphabets; typedef enum {ADD, SUB, MUL, DIV, ...
確定! 回上一頁