Embedded TCP/IP stack: fnet_strcat

FNET

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-2018 by Andrey Butok. http://fnet.sourceforge.net