resolu pbm ac %.i ou 0i

This commit is contained in:
hugodu69
2020-03-07 15:10:08 +01:00
parent 9033c2ccf8
commit 3ed91abcff
3 changed files with 127 additions and 127 deletions

View File

@@ -52,7 +52,7 @@ char *ft_convert(va_list ap, char *type, char **s);
char *precision_int(char *print, int precision);
char *ft_precision(char *s, char *print, char *type);
char *width_flags(char *print, char *s, int width, int zero);
char *ft_width(char *s, char *print, int *size);
char *ft_width(char *s, char *print, int *size, char *type);
char *ft_flag_transform(char *s, char *print, char *type, int *size);
#endif