1string.h(3HEAD) Headers string.h(3HEAD)
2
3
4
6 string.h, string - string operations
7
9 #include <string.h>
10
11
13 The <string.h> header defines the following:
14
15 NULL null pointer constant
16
17
18 size_t as described in <stddef.h>
19
20
22 See attributes(5) for descriptions of the following attributes:
23
24
25
26
27 ┌─────────────────────────────┬─────────────────────────────┐
28 │ ATTRIBUTE TYPE │ ATTRIBUTE VALUE │
29 ├─────────────────────────────┼─────────────────────────────┤
30 │Interface Stability │Standard │
31 └─────────────────────────────┴─────────────────────────────┘
32
34 memory(3C), strcoll(3C), string(3C), strxfrm(3C), stddef.h(3HEAD),
35 types.h(3HEAD), attributes(5), standards(5)
36
37
38
39SunOS 5.11 10 Sep 2004 string.h(3HEAD)