From f531887a857f21d0fda4f911493e7b7a4c41c781 Mon Sep 17 00:00:00 2001 From: st529yr Date: Tue, 12 Mar 2024 15:26:23 +0100 Subject: [PATCH] funguje --- cv4/list_ops.c | 1 + 1 file changed, 1 insertion(+) diff --git a/cv4/list_ops.c b/cv4/list_ops.c index 14a56d8..55057b3 100644 --- a/cv4/list_ops.c +++ b/cv4/list_ops.c @@ -45,3 +45,4 @@ list_t *reverse_list(list_t *list); void delete_list(list_t *list); #endif +