#ifndef _FONT_H_ #define _FONT_H_ #include "def.h" void print(char *line); void set_font_size(u16 size); void print_char(char c); #endif