Synopsis
#include <cross_studio_io.h> int debug_ungetc(int c, FILE *stream);
Description
debug_ungetc pushes c onto the input stream. If successful c is returned, otherwise -1 is returned.
Portability
debug_ungetc is an extension provided by CrossWorks C.