Append a string to another string, allowing printf format specifiers
"
str2"
string ay include printf format specifiers. If "
str1"
is NULL, the initial value supplied for "
∗nc"
will be ignored and zero will be used.
"
str1"
. It may contain format
specifications such as used with the C "
printf"
family of functions. "
printf"
) which specify values which
are to be substituted into the "
str2"
string in place of any format specifications. If this function is invoked with the global error status set or if it should fail for
any reason, then the returned pointer will be equal to "
str1"
and the dynamic string
contents will be unchanged.