int fputs

int fputs(const char *__str, FILE *__stream)

Write the string pointed to by str to stream stream.

Returns 0 on success and EOF on error.