initial commit

This commit is contained in:
2024-09-21 16:39:10 +03:00
commit be39097f63
4 changed files with 216 additions and 0 deletions

5
lib/terminal_colors.h Normal file
View File

@@ -0,0 +1,5 @@
#define COLOR_RED 1
void clear_color(void);
void set_color(int color_id);