ajout du script pour tester le cas chelous de la precision 0

This commit is contained in:
Hugo LAMY
2020-03-08 18:03:08 +01:00
parent e65a27e1f3
commit c79d28a2ce
7 changed files with 46 additions and 5 deletions

View File

@@ -110,7 +110,7 @@ char *convert_with_flags(char *s, va_list ap, char *type, int *size)
return (NULL);
free(s);
s = print;
return(print);
return (print);
}
/*