qc.hlp (Table of Contents; Topic list)
printf Type Characters
                                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     The type character, which appears after the last optional format
     field, determines how the associated argument is converted:
 
          Integer:        d, i, u, o, x, X, n 
          Floating-point: e, E, f, g, G       
          Character:      c, s                
          Pointer:        p                   
 
      If a percent sign (%) is followed by a character that has no
      meaning as a format field, the character is copied to stdout.
                                    -♦-