aboutsummaryrefslogtreecommitdiff
path: root/5.19/getch.h
diff options
context:
space:
mode:
authorsinanmohd <sinan@firemail.cc>2023-04-10 07:45:35 +0530
committersinanmohd <sinan@firemail.cc>2023-04-10 07:45:35 +0530
commitc14dab7f3a1cf72619fadce9b81b55426dc0b32e (patch)
tree608080198e6e07c683489644623e2770af6fc69c /5.19/getch.h
parent3594391322954f6538087b1af480cf00fd8da2c8 (diff)
5.19: initial commit, make use of makefiles and split main into multiple files
Diffstat (limited to '5.19/getch.h')
-rw-r--r--5.19/getch.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/5.19/getch.h b/5.19/getch.h
new file mode 100644
index 0000000..cbfe8ad
--- /dev/null
+++ b/5.19/getch.h
@@ -0,0 +1,2 @@
+void ungetch(char c);
+char getch(void);