ungetc man page on NeXTSTEP

Man page or keyword search:  
man Server   1419 pages
apropos Keyword Search (all sections)
Output format
NeXTSTEP logo
[printable version]


UNGETC(3S)							    UNGETC(3S)

NAME
       ungetc - push character back into input stream

SYNOPSIS
       #include <stdio.h>

       int ungetc(int c, FILE *stream);

DESCRIPTION
       Ungetc  pushes  the character c (converted to an unsigned char) back on
       an input stream.	 That character will be returned by the next getc call
       on that stream.

       One  character  of  pushback  is guaranteed provided something has been
       read from the stream and the stream is actually buffered.  Attempts  to
       push EOF are rejected.

       Fseek(3S),  fsetpos(3S), or rewind(3S) erases all memory of pushed back
       characters.

RETURN VALUE
       Ungetc returns the character pushed back after conversion,  or  EOF  if
       unsuccessful.

SEE ALSO
       getc(3S), setbuf(3S), fseek(3S), fsetpos(3S), rewind(3S)

				August 1, 1992			    UNGETC(3S)
[top]

List of man pages available for NeXTSTEP

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net