摘要: typedef最常见的用法就是:typedef int I;typedef struct student stu;typedef struct student* pstu;不过我们有时也会见到这样的用法typedef struct student{int a;…} stu;其实这个和typedef ... 阅读全文
posted @ 2014-09-20 13:11 五十风 阅读(141) 评论(0) 推荐(0) 编辑