aboutsummaryrefslogtreecommitdiff
path: root/system/include/libc/wchar.h
diff options
context:
space:
mode:
Diffstat (limited to 'system/include/libc/wchar.h')
-rw-r--r--system/include/libc/wchar.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/system/include/libc/wchar.h b/system/include/libc/wchar.h
index 234c71e0..4331bc79 100644
--- a/system/include/libc/wchar.h
+++ b/system/include/libc/wchar.h
@@ -177,6 +177,8 @@ int _EXFUN(_vswscanf_r, (struct _reent *, const wchar_t *, const wchar_t *, __VA
int _EXFUN(_vwscanf_r, (struct _reent *, const wchar_t *, __VALIST));
int _EXFUN(_wscanf_r, (struct _reent *, const wchar_t *, ...));
+long double _EXFUN(wcstold, (const wchar_t *nptr, wchar_t **endptr)); /* XXX Emscripten */
+
#define getwc(fp) fgetwc(fp)
#define putwc(wc,fp) fputwc((wc), (fp))
#ifndef _REENT_ONLY