aboutsummaryrefslogtreecommitdiff
path: root/ft_putendl_fd.c
diff options
context:
space:
mode:
Diffstat (limited to 'ft_putendl_fd.c')
-rw-r--r--ft_putendl_fd.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/ft_putendl_fd.c b/ft_putendl_fd.c
index 8b77884..a8077fc 100644
--- a/ft_putendl_fd.c
+++ b/ft_putendl_fd.c
@@ -6,11 +6,10 @@
/* By: cacharle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2019/10/07 10:44:06 by cacharle #+# #+# */
-/* Updated: 2019/10/07 13:32:37 by cacharle ### ########.fr */
+/* Updated: 2019/11/20 04:00:07 by cacharle ### ########.fr */
/* */
/* ************************************************************************** */
-#include <limits.h>
#include "libft.h"
void ft_putendl_fd(char *s, int fd)