getch_c/getch.h

9 lines
92 B
C

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