#include <conio.h> int ungetch(int);
Puts a character back, so that section getch will return it instead of actually reading the console.
The charater is returned.
not ANSI, not POSIX
Go to the first, previous, next, last section, table of contents.