<string.h>

The <string.h> include file declares the string manipulation functions:

The <string.h> include file also defines the macro NULL, and the type size_t.

For more information about NULL and the type size_t, see <stddef.h>.