qc.hlp (Table of Contents; Topic list)
fputs
 Description Example                     Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
  Include:   <stdio.h>
 
  Syntax:    int fputs( char *string, FILE *stream );
 
  Returns:   0 if successful, or a nonzero value if not.
 
  See also:  fgets, gets, puts
                                    -♦-