选择频道搜索
fprintf函数的语法结构如下:
int fprintf(FILE *stream, const char *format, ...);
其中,参数含义如下:
stream
format
...