getch_c/getch.h

9 lines
92 B
C
Raw Normal View History

2021-02-22 15:17:06 -08:00
#ifndef GETCH_H
#define GETCH_H
int _getch(void);
int _ungetch(int ch);
#endif //GETCH_H