#include <cstdio> int fputs( const char *str, FILE *stream );
fputs() 函式將由 str 指向的字元陣列寫入給定的輸出流。成功時返回值為非負數,失敗時返回值為EOF。