quote done

This commit is contained in:
gazhonsepaskwa
2025-02-17 15:52:35 +01:00
parent a9cffbe6e3
commit 5826dfd43e
3 changed files with 89 additions and 98 deletions

View File

@@ -86,6 +86,7 @@ void ft_error(char *e);
int ft_printf(const char *fstr, ...);
int ft_fprintf(int fd, const char *str, ...);
char *ft_sprintf(const char *str, ...);
char *ft_strfjoin(char *s1, char *s2);
int ft_debug(const char *fstr, ...);
char *rep_c(char c, int count);