putws(3c) centos man page | unix.com

Man Page: putws

Operating Environment: centos

Section: 3c

putws(3C)						   Standard C Library Functions 						 putws(3C)

NAME
putws - convert a string of Process Code characters to EUC characters
SYNOPSIS
#include <stdio.h> #include <widec.h> int putws(wchar_t *s);
DESCRIPTION
The putws() function converts the Process Code string (terminated by a (wchar_t)NULL) pointed to by s, to an Extended Unix Code (EUC) string followed by a NEWLINE character, and writes it to the standard output stream stdout. It does not write the terminal null character.
RETURN VALUES
The putws() function returns the number of Process Code characters transformed and written. It returns EOF if it attempts to write to a file that has not been opened for writing.
ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | |MT-Level |MT-Safe | +-----------------------------+-----------------------------+
SEE ALSO
ferror(3C), fopen(3C), fread(3C), getws(3C), printf(3C), putwc(3C), attributes(5) SunOS 5.10 22 Apr 1997 putws(3C)
Related Man Pages
wscasecmp(3c) - opensolaris
wsncasecmp(3c) - opensolaris
wsprintf(3c) - opensolaris
wsncasecmp(3c) - sunos
wsprintf(3c) - sunos
Similar Topics in the Unix Linux Community
read, write &amp; STDOUT_FILENO....
help with SED + GREP
Testng Rules for Checking for Code Tags
New BB Code Buttons
Solution which is works perfect if all headers match from file b