From c43663737c91a02d428c3a6e37b89a94f74cd5c2 Mon Sep 17 00:00:00 2001 From: Jeff Johnston Date: Fri, 12 Dec 2008 17:21:08 +0000 Subject: 2008-12-12 Ralf Corsepius * libc/stdio/fputws.c: Fix documentation. * libc/stdio/getwchar.c: Ditto. * libc/stdio/putwchar.c: Ditto. --- newlib/libc/stdio/getwchar.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'newlib/libc/stdio/getwchar.c') diff --git a/newlib/libc/stdio/getwchar.c b/newlib/libc/stdio/getwchar.c index c55bf1b83..f559c7677 100644 --- a/newlib/libc/stdio/getwchar.c +++ b/newlib/libc/stdio/getwchar.c @@ -56,11 +56,11 @@ The alternate function <<_getwchar_r>> is a reentrant version. The extra argument <[reent]> is a pointer to a reentrancy structure. RETURNS -The next wide character cast to <>), unless there is no more +The next wide character cast to <>, unless there is no more data, or the host system reports a read error; in either of these -situations, <> returns <>. +situations, <> returns <>. -You can distinguish the two situations that cause an <> result by +You can distinguish the two situations that cause an <> result by using `<>' and `<>'. PORTABILITY -- cgit v1.2.3