getc 百科内容来自于: 百度百科

简介

函数名: getc
功 能:从流中取字符
用 法: int getc(FILE *stream);
//read the next character from stream and return it as an unsigned char cast to a int ,or EOF on end of file or error.
从文件指针stream指向的文件流中读取一个字符,并把它作为函数值返回给整型变量ch;
如果读取失败或者到了文件结束标志返回EOF(-1)
$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定