#ifndef CONSOLE_H #define CONSOLE_H void console_init(); void console_put_char(char); void console_put_char_red(char); void console_put_str(char *); void console_del_char(); #endif