diff --git a/headers/posix/wchar.h b/headers/posix/wchar.h index 1ca196f6d0..e831212fe9 100644 --- a/headers/posix/wchar.h +++ b/headers/posix/wchar.h @@ -49,7 +49,7 @@ extern wint_t fputwc(wchar_t, FILE *); extern int fputws(const wchar_t *, FILE *); extern int fwide(FILE *, int); extern int fwprintf(FILE *, const wchar_t *, ...); -/*extern int fwscanf(FILE *, const wchar_t *, ...);*/ +extern int fwscanf(FILE *, const wchar_t *, ...); extern wint_t getwc(FILE *); extern wint_t getwchar(void);