The <string.h> include file declares the string manipulation
functions:
memchr memcmp memcpy memicmp1 memmove memset |
strcat strchr strcmp strcmpi1 strcoll strcpy |
strcspn strdup1 strerror stricmp1 strlen strncat |
strncmp strncpy strnicmp1 strnset1 strpbrk strrchr |
strset1 strspn strstr strtok strtok_r strxfrm |
|
The <string.h> include file also defines the macro NULL, and the type size_t.
For more information on NULL and the type size_t, see <stddef.h>.
(C) Copyright IBM Corporation 1992, 2006. All Rights Reserved.