Embedded TCP/IP stack: fnet_strcpy

FNET

void fnet_strcpy ( fnet_char_t dest,
const fnet_char_t src 
)

Copies a string.

Parameters
destPointer to the destination buffer where the content is to be copied.
srcPointer to the null-terminated string to be copied.

This function copies the string pointed by src into the buffer pointed by dest, including the terminating null character.


© 2005-2018 by Andrey Butok. http://fnet.sourceforge.net