aboutsummaryrefslogtreecommitdiff
path: root/src/conio.h.old
diff options
context:
space:
mode:
Diffstat (limited to 'src/conio.h.old')
-rw-r--r--src/conio.h.old14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/conio.h.old b/src/conio.h.old
new file mode 100644
index 0000000..25ca6c2
--- /dev/null
+++ b/src/conio.h.old
@@ -0,0 +1,14 @@
+/**
+ * conio
+ */
+
+#ifndef CONIO_H
+#define CONIO_H
+
+void print(const char* c);
+void printc(char* c);
+void printl(const char* c, unsigned short l);
+void get_line(char* buf, unsigned char len);
+char get_char(void);
+
+#endif /* CONIO_H */