int sprintf(char* out, const char* fmt, ...);
Writes a formatted string with format fmt to the string out. See the format specifier reference for the supported format specifiers.
int sprintf(char* out, const char* fmt, ...);
Writes a formatted string with format fmt to the string out. See the format specifier reference for the supported format specifiers.