Update Exos
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
/* By: lclerel- <lclerel-@learner.42.tech> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2026/03/16 14:44:51 by lclerel- #+# #+# */
|
||||
/* Updated: 2026/03/16 16:07:36 by lclerel- ### ########.fr */
|
||||
/* Updated: 2026/03/19 11:38:03 by lclerel- ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
@@ -37,8 +37,8 @@ int *ft_range(int min, int max)
|
||||
}
|
||||
return (range);
|
||||
}
|
||||
|
||||
/*void ft_putchar(char c)
|
||||
/*
|
||||
void ft_putchar(char c)
|
||||
{
|
||||
write(1, &c, 1);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user