diff options
Diffstat (limited to 'src/stdio/fwscanf.c')
-rw-r--r-- | src/stdio/fwscanf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stdio/fwscanf.c b/src/stdio/fwscanf.c index a6892cf6..2f30dab4 100644 --- a/src/stdio/fwscanf.c +++ b/src/stdio/fwscanf.c @@ -2,7 +2,7 @@ #include <stdarg.h> #include <wchar.h> -int fwscanf(FILE *f, const wchar_t *fmt, ...) +int fwscanf(FILE *restrict f, const wchar_t *restrict fmt, ...) { int ret; va_list ap; |