Loading utils.c +1 −0 Original line number Diff line number Diff line Loading @@ -19,6 +19,7 @@ void sleep_ms(const unsigned int ms) { } void clear_screen(void) { // keeping this for now pending Windows testing // #ifdef _WIN32 // system("cls"); // #else Loading Loading
utils.c +1 −0 Original line number Diff line number Diff line Loading @@ -19,6 +19,7 @@ void sleep_ms(const unsigned int ms) { } void clear_screen(void) { // keeping this for now pending Windows testing // #ifdef _WIN32 // system("cls"); // #else Loading