blob: eb8cab9f74b75e52df36032700598f715dd1c12c (
plain) (
blame)
1
2
3
4
5
6
7
|
/* See LICENSE file for copyright and license details. */
#include "libcharconv.h"
#include <string.h>
#include <strings.h>
size_t libcharconv_decode_utf8_(const char *s, size_t slen, uint_least32_t *cp);
|