Copyright Digital Equipment Corp. All rights reserved.

ungetc

   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);
 


Additional information available:

Arguments       Description     Return_Values