C Language and Libraries Help (clang.hlp) (Table of Contents; Topic list)
fputs
 Description Example                     Up Contents Index Back
─────Run-Time Library───────────────────────────────────────────────────────
 
  Include:   <stdio.h>
 
  Syntax:    int fputs( char *string, FILE *stream );
 
  Returns:   a nonnegative number if successful, or EOF value if not.
 
  See also:  fgets, puts, gets
                                    -♦-