sprintf — Format a string and place it in a buffer
The buffer to place the result into
The format string to use @...: Arguments for the format string
variable arguments
The function returns the number of characters written into buf. Use snprintf or scnprintf in order to avoid buffer overflows.