STRING.H(3HEAD) Headers STRING.H(3HEAD)
string.h, string - string operations
#include <string.h>
The <string.h> header defines the following:
NULL
null pointer constant
size_t
as described in <stddef.h>
See attributes(7) for descriptions of the following attributes:
+--------------------+-----------------+
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
+--------------------+-----------------+
|Interface Stability | Standard |
+--------------------+-----------------+
memory(3C), strcoll(3C), string(3C), strxfrm(3C), stddef.h(3HEAD),
types.h(3HEAD), attributes(7), standards(7)
September 10, 2004 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(7) 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(7), standards(7)
September 10, 2004 STRING.H(3HEAD)