typedef enum {x,y,z} Type; typedef struct treeNode { . ... You will have to make a table mapping the enum values to strings.
確定! 回上一頁