fputws.3 (58d38e25205c6ee5ef0796ffa2cd8e2ca6c6e7f3) fputws.3 (898f520da85b4349f5645d74190c4175c08c5389)
1.\" Copyright (c) 1990, 1991, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" This code is derived from software contributed to Berkeley by
5.\" Chris Torek and the American National Standards Committee X3,
6.\" on Information Processing Systems.
7.\"
8.\" Redistribution and use in source and binary forms, with or without

--- 47 unchanged lines hidden (view full) ---

56function writes the wide character string pointed to by
57.Fa ws
58to the stream pointed to by
59.Fa fp .
60.Sh RETURN VALUES
61The
62.Fn fputws
63function
1.\" Copyright (c) 1990, 1991, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" This code is derived from software contributed to Berkeley by
5.\" Chris Torek and the American National Standards Committee X3,
6.\" on Information Processing Systems.
7.\"
8.\" Redistribution and use in source and binary forms, with or without

--- 47 unchanged lines hidden (view full) ---

56function writes the wide character string pointed to by
57.Fa ws
58to the stream pointed to by
59.Fa fp .
60.Sh RETURN VALUES
61The
62.Fn fputws
63function
64returns 0 on success and -1 on error.
64returns 0 on success and \-1 on error.
65.Sh ERRORS
66.Bl -tag -width Er
67.It Bq Er EBADF
68The
69.Fa fp
70argument supplied
71is not a writable stream.
72.El

--- 17 unchanged lines hidden ---
65.Sh ERRORS
66.Bl -tag -width Er
67.It Bq Er EBADF
68The
69.Fa fp
70argument supplied
71is not a writable stream.
72.El

--- 17 unchanged lines hidden ---