C++ Programming/Code/Standard C Library/Functions/ungetc
Appearance
ungetc
[edit | edit source]Syntax |
#include <cstdio>
int ungetc( int ch, FILE *stream );
|
The function ungetc() puts the character ch back in stream.
Syntax |
#include <cstdio>
int ungetc( int ch, FILE *stream );
|
The function ungetc() puts the character ch back in stream.