You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
netsurf/frontends/kolibrios/kolibri_misc.c

28 lines
611 B

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