diff options
Diffstat (limited to 'src/conio.h')
| -rw-r--r-- | src/conio.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/src/conio.h b/src/conio.h deleted file mode 100644 index 25ca6c2..0000000 --- a/src/conio.h +++ /dev/null @@ -1,14 +0,0 @@ -/** - * 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 */ |
