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:41:12 by lclerel- #+# #+# */
/* Updated: 2026/03/12 11:28:20 by lclerel- ### ########.fr */
/* Updated: 2026/03/17 11:36:53 by lclerel- ### ########.fr */
/* */
/* ************************************************************************** */
@@ -31,8 +31,8 @@ int *ft_map(int *tab, int length, int (*f)(int))
}
return (tab2);
}
/*void ft_putnbr(int nb)
/*
void ft_putnbr(int nb)
{
char value;