String.h
Section Pages
memcmp
compare byte string
memcpy
copy memory area
memchr
locate byte in byte string
memmove
copy byte string
memset
write a byte to byte string
strcat
concatenate strings
strchr
locate character in string
strcpy
copy strings
strcspn
span the complement of a string
strcmp
compare strings
strcoll
compare strings according to current collation
strspn
span a string
strstr
locate a substring in a string
strlen
find length of string
strrchr
locate character in string
strpbrk
locate multiple characters in string
strtok
string tokens
swab
swap adjacent bytes
strxfrm
transform a string under locale