diff options
author | Alon Zakai <alonzakai@gmail.com> | 2011-09-25 20:50:05 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2011-09-25 20:50:05 -0700 |
commit | 989ef1a194dfab120b73d434ff7738a9038bcdc6 (patch) | |
tree | ca50f18874f93c24898e7caad6bea52aeee0a258 /system/include/libc/wchar.h | |
parent | f75ea0e4774fcb0f5dba220185ac70fadce1d51c (diff) |
header fixes and additions
Diffstat (limited to 'system/include/libc/wchar.h')
-rw-r--r-- | system/include/libc/wchar.h | 2 |
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 |