summaryrefslogtreecommitdiffstats
path: root/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'common.h')
-rw-r--r--common.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/common.h b/common.h
new file mode 100644
index 0000000..2984213
--- /dev/null
+++ b/common.h
@@ -0,0 +1,8 @@
+/* See LICENSE file for copyright and license details. */
+#include "libnumtext.h"
+#include <ctype.h>
+#include <errno.h>
+#include <string.h>
+
+
+ssize_t libnumtext_num2text_swedish__(char outbuf[], size_t outbuf_size, const char *num, size_t num_len, uint32_t flags);