int getc(FILE *stream);. int getchar(void);. 函数如果调用成功,则返回即将读取的下一个字符,如果已经到达文件结尾或者出错,则返回EOF(THE END OF THE FILE), ...
確定! 回上一頁