1
0

fixed libft

This commit is contained in:
2024-03-14 16:19:34 +01:00
parent 4ce51959ed
commit 0289baf535
4 changed files with 11 additions and 16 deletions

View File

@ -6,7 +6,7 @@
/* By: adjoly <adjoly@student.42angouleme.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2023/10/31 11:45:55 by adjoly #+# #+# */
/* Updated: 2024/02/04 15:23:52 by adjoly ### ########.fr */
/* Updated: 2024/03/12 15:05:16 by adjoly ### ########.fr */
/* */
/* ************************************************************************** */
@ -14,9 +14,6 @@
int ft_putstr_p(char *s)
{
int i;
i = 0;
if (s == NULL)
{
write(1, "(null)", 6);