From c8b7fdc7294329dc5eaf9f089f83184ece7d098c Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sat, 24 Jan 2026 14:11:01 +0100 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 | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 common.h (limited to 'common.h') diff --git a/common.h b/common.h new file mode 100644 index 0000000..9b30011 --- /dev/null +++ b/common.h @@ -0,0 +1,13 @@ +/* See LICENSE file for copyright and license details. */ +#include "libcharconv.h" +#include +#include +#include +#include +#include +#include + + +void writeall(const char *s, size_t n); +void writechar(uint_least32_t cp); +int convert(enum libcharconv_result (*conv)(const char *, size_t, size_t *, uint_least32_t *, size_t *)); -- cgit v1.2.3-70-g09d2