Copyright Digital Equipment Corp. All rights reserved.
Pushes a character back into the input stream and leaves the
stream positioned before the character.
Format
#include <stdio.h>
int ungetc (int character, FILE *file_ptr);
Arguments Description Return_Values