summaryrefslogtreecommitdiffstats
path: root/newlib/libc/string/local.h
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/string/local.h')
-rw-r--r--newlib/libc/string/local.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/newlib/libc/string/local.h b/newlib/libc/string/local.h
new file mode 100644
index 000000000..5b3699d9d
--- /dev/null
+++ b/newlib/libc/string/local.h
@@ -0,0 +1,7 @@
+#include <_ansi.h>
+
+/* internal function to translate JP to Unicode */
+wint_t _EXFUN (_jp2uc, (wint_t));
+
+/* internal function to compute width of wide char. */
+int _EXFUN (__wcwidth, (wint_t));