blob: 899418c98f131383adcb5939303bd019a0000975 (
plain) (
blame)
1
2
3
4
5
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);
|