图书管理系统(C语言)

这是图书管理系统的源代码,大一的课程设计,只供参考哦 #include #include #include #include struct book { char name[20]; char year[10]; char zz[20]; int cs; int jg; struct book *next; }; struct book * lianbiao() //产生头结点
相关文章
相关标签/搜索