svcadm(8)을 검색하려면 섹션에서 8 을 선택하고, 맨 페이지 이름에 svcadm을 입력하고 검색을 누른다.
putws(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(7) for descriptions of the following attributes:
tab() box; cw(2.75i) |cw(2.75i) lw(2.75i) |lw(2.75i) ATTRIBUTE TYPEAT‐
TRIBUTE VALUE _ MT-LevelMT-Safe
SEE ALSO
ferror(3C), fopen(3C), fread(3C), getws(3C), printf(3C), putwc(3C), at‐
tributes(7)
Handling Characters and Character Strings in Internationalizing and Lo‐
calizing Applications in Oracle Solaris
HISTORY
The putws() function was added to Solaris in the Solaris 2.0 release.
In Solaris 2.0 through 2.5, it was located in the libw library. In So‐
laris 2.6 and later, it is located in libc.
Oracle Solaris 11.4 25 Nov 2024 putws(3C)