This commit is contained in:
Loic Deridder
2025-01-24 10:19:26 +01:00
parent 8dabbc426f
commit c92d92dc99
15 changed files with 1088 additions and 0 deletions

View File

@@ -79,6 +79,7 @@ int ft_put_ui(unsigned int n);
void ft_error(char *e);
int ft_printf(const char *fstr, ...);
int ft_fprintf(int fd, const char *str, ...);
int ft_debug(const char *fstr, ...);
char *get_next_line(int fd);