Add: read keyboard input (getch)

This commit is contained in:
xamidev
2024-07-21 15:23:32 +02:00
parent b8faf9dd8e
commit 05393b36f8
7 changed files with 53 additions and 2 deletions

View File

@@ -37,5 +37,7 @@ void colorputc(char c, unsigned int color);
void printf(const char* fmt, ...);
int* printf_number(int* argp, int length, bool sign, int radix);
int getch();
void get_input(char *buffer, int size);
#endif