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:01:43 by lclerel- #+# #+# */
/* Updated: 2026/03/16 16:31:19 by lclerel- ### ########.fr */
/* Updated: 2026/03/19 11:37:45 by lclerel- ### ########.fr */
/* */
/* ************************************************************************** */
@@ -38,8 +38,8 @@ char *ft_strdup(char *src)
dst[i] = '\0';
return (dst);
}
/*
/*
void ft_putchar(char chara)
{
write(1, &chara, 1);