+
+ Character codes include:
+
+ <\description-aligned>
+ <item*|<cpp|%d>>Used with <cpp|int> (i.e. 16-bit integers; max value of
+ <math|2<rsup|16>=32\<space\>767>).
+
+ <item*|<cpp|%ld>>Used with <cpp|long> (i.e. at least 32-bit
+ integers).<\footnote>
+ K&R 2nd Ed., Sec. 1.5 \PThe conversion specification <cpp|%ld> tells
+ <cpp|printf> that the corresponding argument is a <cpp|long>
+ integer.\Q
+ </footnote>
+
+ <item*|<cpp|%f>>Used with <cpp|float> and <cpp|double> (double
+ precision <cpp|float>).
+ </description-aligned>