From f1bf0a483e917b67cf9db6483072db261f7688c3 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Tue, 17 Feb 2026 03:45:41 -0500 Subject: Start welding the new UI code to the client. Compiles but doesn't work yet... --- src/conio.h.old | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 src/conio.h.old (limited to 'src/conio.h.old') 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 */ -- cgit v1.2.3