#pragma once void VGA_clear_screen(); void VGA_putc(char); void VGA_flush();