aboutsummaryrefslogtreecommitdiffstats
path: root/lib-common.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib-common.h')
-rw-r--r--lib-common.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib-common.h b/lib-common.h
new file mode 100644
index 0000000..899418c
--- /dev/null
+++ b/lib-common.h
@@ -0,0 +1,6 @@
+/* See LICENSE file for copyright and license details. */
+#include "libcharconv.h"
+#include <strings.h>
+
+
+size_t libcharconv_decode_utf8_(const char *s, size_t slen, uint_least32_t *cp);