aboutsummaryrefslogtreecommitdiff
path: root/6.3/getch.h
diff options
context:
space:
mode:
Diffstat (limited to '6.3/getch.h')
-rw-r--r--6.3/getch.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/6.3/getch.h b/6.3/getch.h
new file mode 100644
index 0000000..b0e086b
--- /dev/null
+++ b/6.3/getch.h
@@ -0,0 +1,2 @@
+char getch(void);
+void ungetch(char c);