From 12ecdd71592eccf7bdb6214edbc7318246469c1c Mon Sep 17 00:00:00 2001 From: yzrh Date: Fri, 14 Aug 2020 22:04:26 +0000 Subject: Initial commit. --- src/iconv.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 src/iconv.h (limited to 'src/iconv.h') diff --git a/src/iconv.h b/src/iconv.h new file mode 100644 index 0000000..81af034 --- /dev/null +++ b/src/iconv.h @@ -0,0 +1,12 @@ +/* + * Copyright (c) 2020, yzrh + * + * 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); -- cgit v1.2.3