summaryrefslogblamecommitdiffstats
path: root/common.h
blob: 2984213c677c90a63b0518a7f3e6f655ca914f8c (plain) (tree)
1
2
3
4
5
6
7
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);