Display 6

This commit is contained in:
Jonathan Turner 2023-11-29 22:25:54 -05:00
parent 00f70e2061
commit 35ae6d25e3

View File

@ -283,7 +283,7 @@ void begin_output_example() {
// print_list(umem_head, false); // print_list(umem_head, false);
// print_list(get_holes(umem_head), false); // print_list(get_holes(umem_head), false);
Display 6 //Display 6
while (umem_head != NULL) { while (umem_head != NULL) {
temp = umem_head->next; temp = umem_head->next;
free_node(umem_head); free_node(umem_head);