/* font.h */ #ifndef _FONT_H_ #define _FONT_H_ uint8_t *font_getchar(char c); #endif