文档详情

C语言图书管理系统代码.doc

发布:2021-05-08约2.49万字共27页下载文档
文本预览下载声明
PAGE PAGE 1 #includestdio.h #includestdlib.h #includestring.h struct book{ int num; char bname[50]; char wname[20]; char press[50]; char sort[50]; int time; float price; struct book *next; }; struct book *creatbook(); //创建链表 struct book *addbook(struct book *h
显示全部
相似文档