|
NXC
Version 1.2.1 r5
|
|
inline |
Copy characters from string.
Copies the first num characters of source to destination. The destination string is returned.
| dest | The destination string. |
| src | The string to be appended. |
| num | The maximum number of characters to be appended. |