melon/src/iconv.h
2020-08-14 22:04:26 +00:00

12 lines
224 B
C

/*
* Copyright (c) 2020, yzrh <yzrh@tuta.io>
*
* 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);