summaryrefslogtreecommitdiff
path: root/zp/source/any/str/win1252dec.cc
diff options
context:
space:
mode:
Diffstat (limited to 'zp/source/any/str/win1252dec.cc')
-rw-r--r--zp/source/any/str/win1252dec.cc11
1 files changed, 11 insertions, 0 deletions
diff --git a/zp/source/any/str/win1252dec.cc b/zp/source/any/str/win1252dec.cc
new file mode 100644
index 0000000..e3ed028
--- /dev/null
+++ b/zp/source/any/str/win1252dec.cc
@@ -0,0 +1,11 @@
+/*
+ Copyright 2022-2023 Gabriel Jensen.
+ This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0.
+ If a copy of the MPL was not distributed with this file, You can obtain one at <https://mozilla.org/MPL/2.0>.
+*/
+
+#include <zp/str>
+
+extern "C" zp_nthrw auto zp_win1252dec(::zp::c02 * const dst,::zp::c8 const * const src) -> void {
+ return ::zp::win1252dec(dst,src);
+}