AcornSearch - Acorn and RISC OS information searching
RISC OS Search
containing
"Nutty quip goes here!"
Home  |  About  |  Filebase Archive  |  StrongHelp Manuals  |  Newsgroups  |  Module Database
Header:     stdio.h

Syntax:     
extern int ungetc
(
int   c,
FILE *stream
);


Purpose:     This function pushes the c back onto stream.  The char will be returned by the next read on stream.

[sh-index] Back to list of manuals