qc.hlp (Table of Contents; Topic list)
printf
 Description Example                     Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
  Include:   <stdio.h>
 
  Syntax:    int printf( char *format[, argument]... );
 
  Returns:   the number of characters printed.
 
  See also:  fprintf, scanf, sprintf, vfprintf, vprintf, vsprintf
             printf Formatting Table  Escape Sequences
                                    -♦-