STRCAT
3
1993-04-11
GNU
Linux Programmer's Manual
dest string overwriting the `\0' character at the end of dest, and then adds a terminating `\0' character. The strings may not overlap, and the dest string must have enough space for the result. The strncat() function is similar, except that only the first n characters of src are appended to dest.
to the resulting string dest.
memccpy(3) , memcpy(3) , strcpy(3) , strncpy(3) , wcscat(3) , wcsncat(3) |
||||||||||