svcadm(8)을 검색하려면 섹션에서 8 을 선택하고, 맨 페이지 이름에 svcadm을 입력하고 검색을 누른다.
strings.h(3head)
strings.h(3HEAD) Headers strings.h(3HEAD)
NAME
strings.h, strings - string operations
SYNOPSIS
#include <strings.h>
DESCRIPTION
The <strings.h> header defines the following:
size_t as described in <stddef.h>
locale_t as described in <locale.h>
The <strings.h> header also provides function prototypes for functions
as listed in the following man pages:
bstring(3C)ffs(3C)index(3C)strcmp(3C)
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 _ Interface StabilityCommitted _ StandardT{
POSIX.1-2001 through 2008,
SUS through SUSv4,
XPG4v2 through XPG7
T}
SEE ALSO
bstring(3C), ffs(3C), index(3C), strcmp(3C), locale.h(3HEAD), std‐
def.h(3HEAD), string.h(3HEAD), attributes(7), standards(7)
HISTORY
The <strings.h> header has been included in Solaris since the Solaris
2.5 release. It had previously been included in SunOS and Solaris 1.x
releases, but was not included in Solaris 2.0 through 2.4.
Oracle Solaris 11.4 28 Feb 2022 strings.h(3HEAD)