Go to the documentation of this file.
10 char *strcat(
char *dest,
const char *src);
13 const char *strchr(
const char *str,
char c);
16 int strcmp(
const char *str1,
const char *str2);
19 char *strcpy(
char *destination,
const char *source);
22 int strlen(
const char *str);