20 int retval = _getch();
Declaration of the readkey() function, a blocking read for a key from the keyboard.
The namespace containing all the "helper" functions in the C++ code.
int readkey()
Read a key from the keyboard, blocking if no key is pressed.