#include <cstdio> int fputc( int ch, FILE *stream );
fputc() 函数将给定的字符 ch 写入给定的输出流。返回值为该字符,除非发生错误,在这种情况下,返回值为 EOF。