VMS Help  —  CRTL  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: explode extract
Arguments Description Return Values
Close Help