1strings.h(3HEAD) Headers strings.h(3HEAD)
2
3
4
6 strings.h, strings - string operations
7
9 #include <strings.h>
10
11
13 The size_t type specified in <strings.h> is defined through typedef as
14 described in <stddef.h>.
15
17 See attributes(5) for descriptions of the following attributes:
18
19
20
21
22 ┌─────────────────────────────┬─────────────────────────────┐
23 │ ATTRIBUTE TYPE │ ATTRIBUTE VALUE │
24 ├─────────────────────────────┼─────────────────────────────┤
25 │Interface Stability │Standard │
26 └─────────────────────────────┴─────────────────────────────┘
27
29 ffs(3C), string(3C), stddef.h(3HEAD), attributes(5), standards(5)
30
31
32
33SunOS 5.11 10 Sep 2004 strings.h(3HEAD)