#include #include #include char getch() { keyboard_char_buffer = 0; while (keyboard_char_buffer == 0) { }; return keyboard_char_buffer; }