diff options
Diffstat (limited to 'libc/stdio')
-rw-r--r-- | libc/stdio/scanf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/stdio/scanf.c b/libc/stdio/scanf.c index 0062d3c16..4b1fd0681 100644 --- a/libc/stdio/scanf.c +++ b/libc/stdio/scanf.c @@ -94,6 +94,7 @@ libc_hidden_proto(vfwscanf) libc_hidden_proto(vswscanf) libc_hidden_proto(mbsrtowcs) libc_hidden_proto(mbrtowc) +libc_hidden_proto(wcrtomb) libc_hidden_proto(ungetwc) libc_hidden_proto(iswspace) libc_hidden_proto(fgetwc_unlocked) |