aboutsummaryrefslogtreecommitdiff
path: root/src/userspace/mlibc/stdio/getch.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/userspace/mlibc/stdio/getch.c')
-rw-r--r--src/userspace/mlibc/stdio/getch.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/userspace/mlibc/stdio/getch.c b/src/userspace/mlibc/stdio/getch.c
deleted file mode 100644
index 908a871..0000000
--- a/src/userspace/mlibc/stdio/getch.c
+++ /dev/null
@@ -1,6 +0,0 @@
-#include <syscall.h>
-
-char getch()
-{
- return (char)syscall_readc();
-} \ No newline at end of file