The following code is more readable because of the enumerated names RED, YELLOW and GREEN. typedef enum {RED, YELLOW, GREEN} e_light; e_light light ...
確定! 回上一頁