6 lines
78 B
C
6 lines
78 B
C
|
|
#pragma once
|
||
|
|
|
||
|
|
void vga_clear_screen();
|
||
|
|
|
||
|
|
void vga_print_string(const char* s);
|