|
NAMEfputws —
output a line of wide characters to a stream
LIBRARYStandard C Library (libc, -lc)SYNOPSIS#include <stdio.h>
#include <wchar.h>
int
DESCRIPTIONThefputws () function writes the wide character string
pointed to by ws to the stream pointed to by
fp.
RETURN VALUESThefputws () function returns 0 on success and -1 on
error.
ERRORSThefputws () function will fail if:
The SEE ALSOferror(3), fputs(3), putwc(3), stdio(3)STANDARDSThefputws () function conforms to IEEE
Std 1003.1-2001 (“POSIX.1”).
Visit the GSP FreeBSD Man Page Interface. |