6 lines
78 B
C
6 lines
78 B
C
#pragma once
|
|
|
|
void VGA_clear_screen();
|
|
void VGA_putc(char);
|
|
void VGA_flush();
|