Update Exos

This commit is contained in:
lclerel- lclerel-
2026-03-19 11:38:34 +01:00
parent 518382d0a0
commit 4023f0fc25
5 changed files with 31 additions and 32 deletions

View File

@@ -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);
}