feat: removing the file_converted

This commit is contained in:
Raphael 2025-12-21 00:19:00 +01:00
parent 4334807521
commit e166b48698
No known key found for this signature in database

View file

@ -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);