String and Memory Functions

Header file

String Length - strlen

Copying - strcpy and strncpy

Catenation - strcat and strncat

Comparison - strcmp, strncmp, strxfrm and strcoll

Character Search - strchr and strrchr

Character Set Search - strspn, strcspn and strpbrk

String Tokens - strtok

Substring Search - strstr

Memory Functions

Numeric Translation - strtol, strtoul and strtod

Old Conversion Functions - atoi, atol and atof

Previous, Next, Index