svcadm(8)을 검색하려면 섹션에서 8 을 선택하고, 맨 페이지 이름에 svcadm을 입력하고 검색을 누른다.
libw(3lib)
libw(3LIB) Interface Libraries libw(3LIB)
NAME
libw - wide character library
SYNOPSIS
cc [ flag... ] file... [ library... ]
#include <wchar.h>
DESCRIPTION
Historically, functions in this library provided wide character trans‐
lations. This functionality now resides in libc(3LIB).
This library is maintained to provide backward compatibility for both
runtime and compilation environments. The shared object is implemented
as a filter on libc.so.1. New application development need not specify
-lw.
INTERFACES
The shared object libw.so.1 provides the public interfaces defined be‐
low. See intro(3) for additional information on shared object inter‐
faces.
tab(); lw(1.83i) lw(1.83i) lw(1.83i) fgetwcfgetwsfputwc fputws‐
getwcgetwchar getwsisenglishisideogram isnumberisphonogramisspecial
iswalnumiswalphaiswcntrl iswctypeiswdigitiswgraph iswloweriswprintisw‐
punct iswspaceiswupperiswxdigit putwcputwcharputws strtowstowlower‐
towupper ungetwcwatollwcscat wcschrwcscmpwcscoll wcscpywcscspnwcsftime
wcslenwcsncatwcsncmp wcsncpywcspbrkwcsrchr wcsspnwcstodwcstok wcstolwc‐
stoulwcswcs wcswidthwcsxfrmwctype wcwidthwscasecmpwscat wschrwscmpwscol
wscollwscpywscspn wsdupwslenwsncasecmp wsncatwsncmpwsncpy wspbrk‐
wsprintfwsrchr wsscanfwsspnwstod wstokwstolwstoll wstostrwsxfrm
FILES
/lib/libw.so.1 a filter on libc.so.1
/lib/64/libw.so.1 a filter on 64/libc.so.1
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 _ Availabilitysystem/library _ MT-LevelSafe
SEE ALSO
pvs(1), libc(3LIB), intro(3), attributes(7)
HISTORY
In Solaris 2.0 through 2.5, libw was a separate library. In Solaris 2.6
and later, is is a filter on libc.so.1.
Oracle Solaris 11.4 25 Nov 2024 libw(3LIB)