#include "desktop/font.h" #include static bool kolibrios_font_position_in_string(const plot_font_style_t * fstyle,const char *string, size_t length,int x, size_t *char_offset, int *actual_x ) { } static bool kolibrios_font_split( const plot_font_style_t * fstyle, const char *string, size_t length,int x, size_t *char_offset, int *actual_x ) { } static bool kolibrios_font_width( const plot_font_style_t *fstyle, const char * str, size_t length, int * width ) { } char *strptime(const char *s, const char *format, struct tm *tm) { } int atexit(void (*function)(void)) { }