This commit is contained in:
Jonathan Turner 2023-11-29 20:44:19 -05:00
parent 54f2ba6c6a
commit 0e20d50cb1

View File

@ -174,6 +174,7 @@ void print_memory(node *umem_head, node *hole_head) {
while (hole_head != NULL) {
num_of_gaps++;
hole_head = hole_head->next;
}
char a[16];