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 16:37:56 by lclerel- #+# #+# */
/* Updated: 2026/03/17 15:13:51 by lclerel- ### ########.fr */
/* Updated: 2026/03/19 11:38:19 by lclerel- ### ########.fr */
/* */
/* ************************************************************************** */
@@ -92,8 +92,8 @@ char *ft_strjoin(int size, char **strs, char *sep)
}
return (res);
}
/*void ft_putchar(char chara)
/*
void ft_putchar(char chara)
{
write(1, &chara, 1);
}