https://github.com/mpredfearn/simple-printf/blob/master/printf.h
* The formats specifiers supported by this implementation are:
* 'd' 'u' 'x' 'X' 'c' 's'.
*
* Zero padding and field width are also supported, as well as pad right and
* variable pad width.