◄Description► ◄Example► ◄Up► ◄Contents► ◄Index► ◄Back► ──────────────────────────────────────────────────────────────────────────── Include: <stdio.h> Syntax: int ungetc( int c, FILE *stream ); Returns: the character argument <c> if successful, or EOF if not. See also: getc, getchar, putc, putchar -♦-