This commit is contained in:
lclerel- lclerel-
2026-03-17 11:39:17 +01:00
parent 26f120d296
commit 1b7d6215f0
5 changed files with 11 additions and 10 deletions

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 14:00:35 by lclerel- ### ########.fr */
/* Updated: 2026/03/17 11:39:02 by lclerel- ### ########.fr */
/* */
/* ************************************************************************** */
@@ -40,7 +40,8 @@ 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;