melon/src/iconv.h

11 lines
231 B
C

/*
* Copyright (c) 2020-2021, yzrh <yzrh@noema.org>
*
* SPDX-License-Identifier: Apache-2.0
*/
int strconv(char **dst,
const char * restrict dst_code,
const char * restrict src,
const char * restrict src_code,
int *size);