ungetc(3s) ultrix man page | unix.com

Man Page: ungetc

Operating Environment: ultrix

Section: 3s

ungetc(3s)																ungetc(3s)

Name
       ungetc - push character back into input stream

Syntax
       #include <stdio.h>

       ungetc(c, stream)
       FILE *stream;

Description
       The  routine pushes the character c back on an input stream.  That character will be returned by the next call on that stream.  The routine
       returns c.  One character of pushback is guaranteed in all cases.

       The routine erases all memory of pushed back characters.

Diagnostics
       The routine returns EOF if it cannot push a character back.

Environment
       In POSIX mode, the file's EOF indicator is cleared.

See Also
       fseek(3s), getc(3s), setbuf(3s)

																	ungetc(3s)
Related Man Pages
ungetc(3p) - centos
ungetc(3s) - hpux
ungetc(3p) - suse
ungetc(3) - netbsd
ungetc_unlo(3s) - hpux
Similar Topics in the Unix Linux Community
C program in Unix / Linux - Time differences
Replacing words in a file
How to create one's own pipe in one's own shell?
Warning: Failed to create the file wso.php: Permission denied
Ncurses status bar