typedef

typedef struct Student
{
    int sid;
    char name[5];
    char sex; 
}* PST, STU;//PST等价于struct Student *, STU等价于struct Student
View Code

 

posted @ 2015-12-30 17:08  tkid  阅读(122)  评论(0编辑  收藏  举报