WATERMELON }; typedef enum fruit_tag fruit_t; void printFruit(fruit_t myFruit) { switch(myFruit) { case BLUEBERRY: printf( ...
確定! 回上一頁