From e166b486987ad55b8dcf354ebea07123ef013517 Mon Sep 17 00:00:00 2001 From: Raphael Date: Sun, 21 Dec 2025 00:19:00 +0100 Subject: [PATCH] feat: removing the file_converted --- get_next_line.h | 1 - 1 file changed, 1 deletion(-) diff --git a/get_next_line.h b/get_next_line.h index 5d068d4..7d4467d 100644 --- a/get_next_line.h +++ b/get_next_line.h @@ -26,7 +26,6 @@ char *ft_get_next(char *str); char *ft_get_line(char *str); char *ft_strjoin(char *s1, char *s2, int i, int j); size_t ft_strlen(char const *str); -char *file_converted(int fd); char *ft_free(char *str); char *ft_check(char *memory, int fd);