#ifndef GETCH_H #define GETCH_H int _getch(void); int _ungetch(int ch); #endif //GETCH_H