第一题写完辣

This commit is contained in:
2024-10-19 00:53:12 +08:00
parent f675daad41
commit 0dd0c19bd1
3 changed files with 15 additions and 0 deletions
+1
View File
@@ -16,4 +16,5 @@ void create(bookList &l);
void display(bookList *l);
int getLength(bookList *l);
#endif //LINKLIST_H