fix + norm

This commit is contained in:
Loic Deridder
2025-02-15 09:28:53 +01:00
parent 785e3fdfa0
commit bc2386cc83
9 changed files with 11 additions and 11 deletions

View File

@@ -23,6 +23,7 @@ static char *add_arg(char c, char *str, va_list args)
{
char *out;
out = NULL;
if (c == 'c')
out = ft_strfjoinc(str, va_arg(args, int));
else if (c == 's')