Tous Fini

please use "gcc Block*" to compile the code
This commit is contained in:
2023-03-20 18:08:09 +01:00
parent 57fb482c0a
commit c1eef852db
4 changed files with 22 additions and 1 deletions

View File

@@ -32,6 +32,11 @@ int main()
PrintBlockList(list);
PrintRecycleList(list);
AddElementEnd(list, 10);
PrintList(list);
PrintBlockList(list);
PrintRecycleList(list);
printf("\n");
// printf("Add 5, 3, 1\n");