diff options
Diffstat (limited to 'include/wchar.h')
-rw-r--r-- | include/wchar.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/wchar.h b/include/wchar.h index cb63ed9..0a5c948 100644 --- a/include/wchar.h +++ b/include/wchar.h @@ -19,6 +19,13 @@ libc_hidden_proto (putwc_unlocked) libc_hidden_proto (vswscanf) +libc_hidden_proto (wcrtomb) +libc_hidden_proto (wcscmp) +libc_hidden_proto (wcsftime) +libc_hidden_proto (wcsspn) +libc_hidden_proto (wcschr) +libc_hidden_proto (wcscoll) +libc_hidden_proto (wcspbrk) /* Now define the internal interfaces. */ extern int __wcscasecmp (__const wchar_t *__s1, __const wchar_t *__s2) |