#ifndef TEXT_H #define TEXT_H #include void write_n(const char *string, uint32_t num); void write(const char *string); void clear(); #endif