1 --- fputws.3.orig Fri Mar 11 11:53:01 2005
2 +++ fputws.3 Fri Mar 11 11:53:53 2005
10 .Nd output a line of wide characters to a stream
16 .Fn fputws "const wchar_t * restrict ws" "FILE * restrict fp"
19 +.Fn fputws_l "const wchar_t * restrict ws" "FILE * restrict fp" "locale_t loc"
25 to the stream pointed to by
30 +function uses the current locale, the
32 +function may be passed a locale directly. See
34 +for more information.