diff options
Diffstat (limited to 'newlib/libc/stdio/getwchar.c')
-rw-r--r-- | newlib/libc/stdio/getwchar.c | 18 |
1 files changed, 1 insertions, 17 deletions
diff --git a/newlib/libc/stdio/getwchar.c b/newlib/libc/stdio/getwchar.c index 7ab230a..61031e5 100644 --- a/newlib/libc/stdio/getwchar.c +++ b/newlib/libc/stdio/getwchar.c @@ -37,7 +37,7 @@ INDEX INDEX _getwchar_unlocked_r -ANSI_SYNOPSIS +SYNOPSIS #include <wchar.h> wint_t getwchar(void); @@ -51,22 +51,6 @@ ANSI_SYNOPSIS #include <wchar.h> wint_t _getwchar_unlocked_r(struct _reent *<[reent]>); -TRAD_SYNOPSIS - #include <wchar.h> - wint_t getwchar(); - - #define _GNU_SOURCE - #include <wchar.h> - wint_t getwchar_unlocked(); - - #include <wchar.h> - wint_t _getwchar_r(<[reent]>) - char * <[reent]>; - - #include <wchar.h> - wint_t _getwchar_unlocked_r(<[reent]>) - char * <[reent]>; - DESCRIPTION <<getwchar>> function or macro is the wide character equivalent of the <<getchar>> function. You can use <<getwchar>> to get the next |