aboutsummaryrefslogtreecommitdiffstats
path: root/src/iconv.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/iconv.h')
-rw-r--r--src/iconv.h12
1 files changed, 12 insertions, 0 deletions
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 <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);