string.h(3HEAD) Headers string.h(3HEAD)
NAME
string.h, string - string operations
SYNOPSIS
#include <string.h>
DESCRIPTION
The <string.h> header defines the following:
NULL null pointer constant
size_t as described in <stddef.h>
ATTRIBUTES
See attributes(5) for descriptions of the following attributes:
+-----------------------------+-----------------------------+
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
+-----------------------------+-----------------------------+
|Interface Stability |Standard |
+-----------------------------+-----------------------------+
SEE ALSO
memory(3C), strcoll(3C), string(3C), strxfrm(3C), stddef.h(3HEAD), types.h(3HEAD), attributes(5), standards(5)
SunOS 5.11 10 Sep 2004 string.h(3HEAD)