| www.delorie.com/djgpp/doc/libc-2.01/libc_316.html | search |
#include <conio.h> int getch(void);
A single character from the console (stdin) is returned. The input is not line-buffered. If there is a character pending from section ungetch, it is returned instead. The character is not echoed to the screen.
The character.
Go to the first, previous, next, last section, table of contents.
| prev next webmaster | delorie software privacy |
| Copyright © 1997 | Updated Apr 1997 |