convert marche mais bug dans convertbase

This commit is contained in:
Hugo LAMY
2020-02-19 18:49:29 +01:00
parent 629672693e
commit 4e56af0f8a
6 changed files with 222 additions and 187 deletions

View File

@@ -12,5 +12,9 @@ int ft_printf(char *string, ...);
int width_precision(char *s);
int word_length(char *s);
char *next_word(char **s);
char *ft_convert(va_list ap, char *type);
char *specifier(char *s);
int ft_put_word(char *s);
int ft_expand_star(int nbr, char **string);
#endif