From a618be2a69a347128a4e29c879abf4a913421f52 Mon Sep 17 00:00:00 2001 From: Ashish Gupta Date: Wed, 5 Apr 2017 21:39:01 +0200 Subject: Add kolibrios/ dir : Step 1 towards porting this to Kolibri OS --- frontends/kolibrios/kolibri_misc.c | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 frontends/kolibrios/kolibri_misc.c (limited to 'frontends/kolibrios/kolibri_misc.c') diff --git a/frontends/kolibrios/kolibri_misc.c b/frontends/kolibrios/kolibri_misc.c new file mode 100644 index 000000000..56d255998 --- /dev/null +++ b/frontends/kolibrios/kolibri_misc.c @@ -0,0 +1,27 @@ +#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)) { + +} -- cgit v1.2.3