ungetc
From C/C++ Reference
ungetc
Syntax:
#include <cstdio> int ungetc( int ch, FILE *stream );
The function ungetc() puts the character ch back in stream.
Related topics:
From C/C++ Reference
#include <cstdio> int ungetc( int ch, FILE *stream );
The function ungetc() puts the character ch back in stream.