6 lines
78 B
C
Raw Normal View History

2022-11-14 00:23:42 +03:00
#pragma once
void vga_clear_screen();
void vga_print_string(const char* s);