5 typedef struct _AA AA; 6 7 struct _AA { 8 int a; 9 }; 10 11 int aaa(int key, char self) { 12 AA a; 13 printf("%d %c\n", key, self);
確定! 回上一頁