From 73c2b00a10c5786ddeeacc915e233fd4df1c9321 Mon Sep 17 00:00:00 2001 From: Martial Simon Date: Sat, 11 Oct 2025 22:19:00 +0200 Subject: fix: evalexpr & tinyprintf contenaient toute la piscine --- rushs/evalexpr/my_round/my_round.c | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 rushs/evalexpr/my_round/my_round.c (limited to 'rushs/evalexpr/my_round') diff --git a/rushs/evalexpr/my_round/my_round.c b/rushs/evalexpr/my_round/my_round.c deleted file mode 100644 index 324bc1d..0000000 --- a/rushs/evalexpr/my_round/my_round.c +++ /dev/null @@ -1,6 +0,0 @@ -int my_round(float n) -{ - if (n < 0) - return n - 0.5; - return n + 0.5; -} -- cgit v1.2.3