diff options
Diffstat (limited to '5.20/getch.h')
-rw-r--r-- | 5.20/getch.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/5.20/getch.h b/5.20/getch.h new file mode 100644 index 0000000..cbfe8ad --- /dev/null +++ b/5.20/getch.h @@ -0,0 +1,2 @@ +void ungetch(char c); +char getch(void); |