fixed libft
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user