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