NXC  Version 1.2.1 r5
 All Data Structures Files Functions Variables Groups Pages
string strcpy ( string &  dest,
const string &  src 
)
inline

Copy string.

Copies the string pointed by source into the array pointed by destination, including the terminating null character. The destination string is returned.

Parameters
destThe destination string.
srcThe string to be appended.
Returns
The destination string.
Examples:
ex_strcpy.nxc.