2022-11-20 16:06:32 +03:00

6 lines
78 B
C

#pragma once
void vga_clear_screen();
void vga_print_string(const char* s);