mesa want you to work, so mesa can sleep...
This commit is contained in:
parent
f8ca8e1f74
commit
14738b2ec8
@ -280,8 +280,8 @@ void begin_output_example() {
|
||||
previous->next = temp->next;
|
||||
free_node(temp);
|
||||
print_memory(umem_head, holes_head);
|
||||
print_list(umem_head);
|
||||
print_list(get_holes(umem_head));
|
||||
print_list(umem_head, false);
|
||||
print_list(get_holes(umem_head), false);
|
||||
|
||||
// Display 6
|
||||
while (umem_head != NULL) {
|
||||
|
Reference in New Issue
Block a user