http://kor.i2p/books/The%20C%20Programming%20Language%20by%20K&R/appb.html
A period, which separates the field width from the precision. A number, the precision, that specifies the maximum number of characters
to be printed from a string, or the number of digits to be printed after
the decimal point for e , E , or f conversions,
or the number of significant digits for g or G conversion, or the number of digits to be printed for an integer (leading 0 s will be added to make up the...