Functions | |
char * | ft_strjoins_va (char const *str,...) |
Allocates a new string, and returns the result of a concatenation of str and all the arguments last argument needs to be "\0", NULL or "". | |
char * ft_strjoins_va | ( | char const * | str, |
... ) |
Allocates a new string, and returns the result of a concatenation of str and all the arguments last argument needs to be "\0", NULL or "".
str | string 1 |
... | Variadic arguments |