This commit is contained in:
Weber 2024-03-13 22:56:03 +00:00
parent 6eabaa9337
commit 48cf11f68b

View File

@ -96,4 +96,4 @@ list_t *reverse_list(list_t *list) {
void delete_list(list_t *list) {
free(list);
}
}