1 --- fgetws.3.orig Fri Mar 11 11:51:15 2005
2 +++ fgetws.3 Fri Mar 11 11:52:41 2005
10 .Nd get a line of wide characters from a stream
16 .Fn fgetws "wchar_t * restrict ws" "int n" "FILE * restrict fp"
19 +.Fn fgetws_l "wchar_t * restrict ws" "int n" "FILE * restrict fp" "locale_t loc"
24 If any characters are read and there is no error, a
26 character is appended to end the string.
30 +function uses the current locale, the
32 +function may be passed a locale directly. See
34 +for more information.
36 Upon successful completion,