C Language and Libraries Help (clang.hlp) (Table of Contents; Topic list)
fputs
 Summary Example                         Up Contents Index Back
─────Run-Time Library───────────────────────────────────────────────────────
 
     The fputs function copies <string> to the output <stream> at the
     current position. The terminating null character (\0) is not
     copied.
 
     Return Value
 
     The fputs function returns a nonnegative value if successful. If
     an error occurs, it returns EOF.
                                    -♦-