Go to the first, previous, next, last section, table of contents.


ungetch

Syntax

#include <conio.h>

int ungetch(int);

Description

Puts a character back, so that section getch will return it instead of actually reading the console.

Return Value

The charater is returned.

Portability

not ANSI, not POSIX


Go to the first, previous, next, last section, table of contents.