#include <cstdio> int fputs( const char *str, FILE *stream );
fputs() 函数将由 str 指向的字符数组写入给定的输出流。成功时返回值为非负数,失败时返回值为EOF。