User:Jonnydyt84

From Wikipedia, the free encyclopedia

String.h[edit]

<string.h> is one of the header of the general purpose standard library of C programming language for manipulation of strings. Its equivalent in C++ is <cstring>.


Member Funtion[edit]

Name Description
memcmp
memcpy
memmove
memset
strcat, strncat
strchr
strcmp, strncmp
strcoll
strcpy, strncpy
strcspn
strerror
strlen
strpbrk
strrchr
strspn
strstr
strtok
strxfrm

Example[edit]

Links[edit]

References[edit]