- 0
- 0
- 约1.41万字
- 约 7页
- 2026-09-10 发布于四川
- 举报
#includestdio°h
#include〈stdlib。h
#inelude〈string。h
#includectype.h〉
#defineNULL0
#defineLENsizeof(Book)
ewrecordprintfInsertsuccessfullyreturnheadBookBorrowaBookBookheadcharnamechintnBookpscanfsdnamengetcharpQueryheadnameifp
structA
(charName[20];
intall,left,borrow;
structA*next;
};
typedefstruetABook;
intDisplay_Main_Menu();/*主菜单显示*/
Book*Create();/*功能函数声明*/
voidDisplay(Book*head);
Book*Insert(Book*head,Book*s);
Book*Insert_a_record(Book*head);
Book*Delete(Book*head,char
原创力文档

文档评论(0)