ungetc () 函数

来源:互联网 发布:午后淡茶 4js 微博 编辑:程序博客网 时间:2024/05/23 02:00
 

ungetc

语法:
  #include <stdio.h>  int ungetc( int ch, FILE *stream );

函数ungetc()把字符ch放回到stream(流)中.

原创粉丝点击