C言語の標準ライブラリfputsのリファレンスです。
#include <stdio.h>
int fputs(const char * restrict s, FILE * restrict stream);