ungetc

  • 深入ungetc函数探究

    一、ungetc函数 ungetc函数是C语言标准库函数中的一员,其功能是将一个字符退回到流stdin的缓冲区中去,以便于下一次读取。 其原型如下: int ungetc(int …

    编程 2024-11-14