From c038fe12d7623268d81522edfa7e652e5d6ee0ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=BDeljko=20Ra=C5=A1ovi=C4=87?= Date: Mon, 1 Dec 2025 16:41:32 +0100 Subject: [PATCH 1/2] Update fp_function.c --- 16_function_pointers/fp_function.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/16_function_pointers/fp_function.c b/16_function_pointers/fp_function.c index ea78934..481ae45 100644 --- a/16_function_pointers/fp_function.c +++ b/16_function_pointers/fp_function.c @@ -37,8 +37,8 @@ int main() { // if we pass the wrong function type, // undefined behaviour occurs - printf("muld:\n"); - blend(a,b,5,muld); + // printf("muld:\n"); + // blend(a,b,5,muld); return 0; } From 34c1100ea4ed4cf30ac0bdf8e9338cb44a50c6c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=BDeljko=20Ra=C5=A1ovi=C4=87?= Date: Mon, 1 Dec 2025 16:50:01 +0100 Subject: [PATCH 2/2] Delete 16_function_pointers/cool --- 16_function_pointers/cool | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 16_function_pointers/cool diff --git a/16_function_pointers/cool b/16_function_pointers/cool deleted file mode 100644 index 7ad7ed8..0000000 --- a/16_function_pointers/cool +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - Part 16, - - Function pointers