Prints a formatted string to a sized buffer.
The buffer to write to.
The size of the buffer.
The format string. ... = Arguments following format.
On success, the total number of characters written is returned. A terminating '\0' is automatically written to the buffer after the content.
See Implementation
Prints a formatted string to a sized buffer.