GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
FPUTWS(3) FreeBSD Library Functions Manual FPUTWS(3)

fputws
output a line of wide characters to a stream

Standard C Library (libc, -lc)

#include <stdio.h>
#include <wchar.h>

int
fputws(const wchar_t * restrict ws, FILE * restrict fp);

The fputws() function writes the wide character string pointed to by ws to the stream pointed to by fp.

The fputws() function returns 0 on success and -1 on error.

The fputws() function will fail if:
[]
The fp argument supplied is not a writable stream.

The fputws() function may also fail and set errno for any of the errors specified for the routine write(2).

ferror(3), fputs(3), putwc(3), stdio(3)

The fputws() function conforms to IEEE Std 1003.1-2001 (“POSIX.1”).
August 6, 2002 FreeBSD 13.1-RELEASE

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.