|
NXC
Version 1.2.1 r5
|
|
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.
| dest | The destination string. |
| src | The string to be appended. |