Update Ex4

This commit is contained in:
lclerel- lclerel-
2026-03-16 14:00:39 +01:00
parent 9421b46de6
commit 404ac6cf2e

View File

@@ -6,7 +6,7 @@
/* By: lclerel- <lclerel-@learner.42.tech> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2026/03/13 14:01:47 by lclerel- #+# #+# */
/* Updated: 2026/03/16 13:28:42 by lclerel- ### ########.fr */
/* Updated: 2026/03/16 14:00:35 by lclerel- ### ########.fr */
/* */
/* ************************************************************************** */
@@ -40,7 +40,7 @@ int ft_is_sort(int *tab, int length, int (*f)(int, int))
return (cs || ds);
}
void ft_putnbr(int nb)
/*void ft_putnbr(int nb)
{
char value;
@@ -101,4 +101,4 @@ int main(void)
else
write(1, "Not ok (Pas trié)\n", 19);
return (0);
}
}*/