summaryrefslogtreecommitdiff
path: root/frontends/kolibrios/kolibri_misc.c
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/kolibrios/kolibri_misc.c')
-rw-r--r--frontends/kolibrios/kolibri_misc.c27
1 files changed, 27 insertions, 0 deletions
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 <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)) {
+
+}