Main entry point for our implementation of printf.
The printf and sprintf closely match the behavior of the corresponding C functions: the former renders a formatted string to stdout, the latter renders to a new String object.
printf
sprintf
String