把输入函数修好了

This commit is contained in:
2024-10-19 00:48:14 +08:00
parent 39819cdf5e
commit f675daad41
3 changed files with 26 additions and 13 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ typedef struct bookNode {
bool isEmpty(bookList);
void insert(bookList &l);
void create(bookList &l);
void display(bookList *l);