typedef struct

typedef struct Student{

int age;

char* name;

}Stu; //这里的Stu相当于struct Student的别名

Stu student1;

posted @ 2013-04-09 11:03  米其林轮船  阅读(127)  评论(0编辑  收藏  举报