From 94f39b89eeff4027715ea58cd236d5995d3038ba Mon Sep 17 00:00:00 2001 From: Kapliuk Date: Wed, 13 Mar 2024 16:17:43 +0000 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=BD=D0=BE=D0=B2=D0=B8=D1=82=D0=B8=20'c?= =?UTF-8?q?v4/list=5Fops.c'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cv4/list_ops.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cv4/list_ops.c b/cv4/list_ops.c index 8c66e6f..b535771 100644 --- a/cv4/list_ops.c +++ b/cv4/list_ops.c @@ -8,7 +8,7 @@ list_t *new_list(size_t length, list_element_t elements[]){ } -list_t *append_list(list_t *list1, list_t *list2){ +/*list_t *append_list(list_t *list1, list_t *list2){ return NULL; } @@ -51,4 +51,4 @@ list_t *reverse_list(list_t *list){ void delete_list(list_t *list){ -} \ No newline at end of file +}*/ \ No newline at end of file