summaryrefslogtreecommitdiff
path: root/frontends/kolibrios/kolibri_misc.c
blob: 56d255998f1de65d8e4fb624dfda67eeb2f82f2f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#include "desktop/font.h"
#include <time.h>

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)) {

}