ungetwc man page on IRIX

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



ungetwc(3S)							   ungetwc(3S)

NAME
     ungetwc  - push wchar_t character back into input stream

SYNOPSIS
     #include <stdio.h>
     #include <widec.h>
     wint_t ungetwc(wchar_t c, FILE *stream);

DESCRIPTION (International Functions)
     ungetwc inserts the wchar_t character c into the buffer associated with
     the input stream.	That character, c, will be returned by the next getwc
     call on that stream.  ungetwc returns c.

     One character of pushback is guaranteed, provided something has already
     been read from the stream and the stream is actually buffered.

     If c equals (wchar_t)EOF, ungetwc does nothing to the buffer and returns
     WEOF.

     fseek erases all memory of inserted characters.

SEE ALSO
     fseek(3S), setbuf(3S), stdio(3S), getwc(3S), widec(3S).

DIAGNOSTICS
     ungetwc returns WEOF if it cannot insert a wchar_t character.

									Page 1

[top]

List of man pages available for IRIX

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