blob: 27c7a22f5379ec325d4ad3c012c1e14dcfd27a69 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
/*-
* SPDX-License-Identifier: AGPL-3.0-only
* SPDX-FileCopyrightText: Copyright (c) 2025 Runxi Yu <https://runxiyu.org>
*/
#include "utf8.h"
extern inline void *utf8_decode(void *buf, uint32_t *c, int *e);
|