fputs function — Writes a string
int fputs(const char* s, FILE* stream)
The fputs function writes the string s to stream. It returns EOF for an error or a nonnegative value for success.
fputs
s
stream
EOF
fputc function, puts function, fwputs in <cwchar>
fwputs
<cwchar>