Copyright Digital Equipment Corp. All rights reserved.
Writes a character string to a file without copying the string's
null terminator (\0).
Format
#include <stdio.h>
int fputs (const char *str, FILE *file_ptr);
Arguments Description Return_Values