8 lines
117 B
C
8 lines
117 B
C
#ifndef VGA_ERR_H
|
|
#define VGA_ERR_H
|
|
|
|
void vga_init(char* screen);
|
|
void vga_write_string(const char *string);
|
|
|
|
#endif
|