Embedded TCP/IP stack
4.7.0
|
void fnet_strcat | ( | fnet_char_t * | dest, |
const fnet_char_t * | src | ||
) |
Concatenates two strings.
dest | Pointer to the null-terminated string to append to. |
src | Pointer to the null-terminated string to copy to the end of dest . |
This function appends a copy of the string pointed to by src
to the end of the string pointed to by dest
.
The resulting string is null-terminated.