fputs
fputs(const char *string, FILE *file)
fputs(const char *string, FILE *stream)
# define fputs(str, fp) _IO_fputs (str, fp)
void fputs() {}