Loading main.c +0 −1 Original line number Diff line number Diff line Loading @@ -30,7 +30,6 @@ int main(void) { } // Clean up // head = &first_element; delete_linked_list(&first_element); // sanity check: this should print nothing Loading Loading
main.c +0 −1 Original line number Diff line number Diff line Loading @@ -30,7 +30,6 @@ int main(void) { } // Clean up // head = &first_element; delete_linked_list(&first_element); // sanity check: this should print nothing Loading