diff options
Diffstat (limited to 'newlib/libc/stdio/fwide.c')
-rw-r--r-- | newlib/libc/stdio/fwide.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/newlib/libc/stdio/fwide.c b/newlib/libc/stdio/fwide.c index a060d8f65..b2aaf8a62 100644 --- a/newlib/libc/stdio/fwide.c +++ b/newlib/libc/stdio/fwide.c @@ -9,17 +9,17 @@ INDEX ANSI_SYNOPSIS #include <wchar.h> - int fwide(FILE *<[fp]>, int <[mode]>) + int fwide(FILE *<[fp]>, int <[mode]>); - int _fwide_r(struct _reent *<[ptr]>, FILE *<[fp]>, int <[mode]>) + int _fwide_r(struct _reent *<[ptr]>, FILE *<[fp]>, int <[mode]>); TRAD_SYNOPSIS #include <wchar.h> - int fwide(<[fp]>, <[mode]>) + int fwide(<[fp]>, <[mode]>); FILE *<[fp]>; int <[mode]>; - int _fwide_r(<[ptr]>, <[fp]>, <[mode]>) + int _fwide_r(<[ptr]>, <[fp]>, <[mode]>); struct _reent *<[ptr]>; FILE *<[fp]>; int <[mode]>; |