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/12 09:38:54 by lclerel- #+# #+# */
/* Updated: 2026/03/12 11:26:41 by lclerel- ### ########.fr */
/* Updated: 2026/03/17 11:36:19 by lclerel- ### ########.fr */
/* */
/* ************************************************************************** */
@@ -24,8 +24,8 @@ void ft_foreach(int *tab, int length, void (*f)(int))
i++;
}
}
/*void ft_putnbr(int nb)
/*
void ft_putnbr(int nb)
{
char value;