strcat
Syntax
native strcat(dest[], const source[], maxlength);
Usage
| Parameter | Description |
|---|---|
| dest | String to append to. |
| source | Source string to concatenate. |
| maxlength | Maximum length of entire buffer. |
Description
Concatenates one string onto another.
Return
Number of bytes written.