ungetc
Syntax: #include <stdio.h> int ungetc( int ch, FILE *stream ); The function ungetc() puts the character ch back in stream. Related topics:
|
ungetc
Syntax: #include <stdio.h> int ungetc( int ch, FILE *stream ); The function ungetc() puts the character ch back in stream. Related topics:
|