summaryrefslogtreecommitdiff
path: root/jni/compat/compat.h
diff options
context:
space:
mode:
authorJari Vetoniemi <jari.vetoniemi@indooratlas.com>2020-03-16 18:49:26 +0900
committerJari Vetoniemi <jari.vetoniemi@indooratlas.com>2020-03-30 00:39:06 +0900
commitfcbf63e62c627deae76c1b8cb8c0876c536ed811 (patch)
tree64cb17de3f41a2b6fef2368028fbd00349946994 /jni/compat/compat.h
Fresh start
Diffstat (limited to 'jni/compat/compat.h')
-rw-r--r--jni/compat/compat.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/jni/compat/compat.h b/jni/compat/compat.h
new file mode 100644
index 0000000..b8efd76
--- /dev/null
+++ b/jni/compat/compat.h
@@ -0,0 +1,4 @@
+#pragma once
+#include <wchar.h>
+int wctomb(char *s, wchar_t wc);
+int mbtowc(wchar_t *pwc, const char *s, size_t n);