aboutsummaryrefslogtreecommitdiffstats
path: root/src/iconv.h
blob: 5a2bb6bb78a39b20660ddbce00382ca549f63691 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
/*
 * 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);