Linux libc-Doku
| Functions | |
| size_t | strlen (const char *s) | 
| Calculate the length of a string.  More... | |
| char * | strcpy (char *dest, const char *src) | 
| Copy a string.  More... | |
| char * | strcat (char *dest, const char *src) | 
| Append a string to another string.  More... | |
| char * | strtok (char *str, const char *delim) | 
| Tokenize string.  More... | |