Calculates the maximum space needed to store the output of the sprintf() function.
the format string. See the printf() documentation.
the parameters to be inserted into the format string.
the maximum space needed to store the formatted string.
See Implementation
Calculates the maximum space needed to store the output of the sprintf() function.