Embedded TCP/IP stack  4.7.0

◆ fnet_strcat()

void fnet_strcat ( fnet_char_t dest,
const fnet_char_t src 
)

Concatenates two strings.

Parameters
destPointer to the null-terminated string to append to.
srcPointer 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.


© 2005-2020 by Andrej Butok. http://fnet.sourceforge.net