3 size_t strxfrm(
char* restrict dest,
const char* restrict src,
size_t n)
size_t strlen(const char *str)
Returns the length of the given null-terminated byte string.
size_t strxfrm(char *restrict dest, const char *restrict src, size_t n)
char * strcpy(char *__restrict dst, const char *__restrict src)
Copies the null-terminated byte string pointed to by src to the character array whose first element i...