This commit is contained in:
lclerel- lclerel-
2026-03-19 19:28:29 +01:00
parent 28fb6502a2
commit 3e313fb203
7 changed files with 14 additions and 14 deletions

View File

@@ -6,7 +6,7 @@
/* By: lclerel- <lclerel-@learner.42.tech> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2026/03/16 16:07:45 by lclerel- #+# #+# */
/* Updated: 2026/03/19 14:02:24 by lclerel- ### ########.fr */
/* Updated: 2026/03/19 19:23:18 by lclerel- ### ########.fr */
/* */
/* ************************************************************************** */
@@ -40,8 +40,8 @@ int ft_ultimate_range(int **range, int min, int max)
*range = tab;
return (size);
}
/*void ft_putchar(char c)
/*
void ft_putchar(char c)
{
write(1, &c, 1);
}