From e4a1686d5ca41ad02672c6530588f94c34a1c678 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Thu, 2 Sep 2021 22:17:14 +0200 Subject: First commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- common.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 common.h (limited to 'common.h') 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 +#include +#include + + +ssize_t libnumtext_num2text_swedish__(char outbuf[], size_t outbuf_size, const char *num, size_t num_len, uint32_t flags); -- cgit v1.2.3-70-g09d2