Signature
native strcat(dest[], const source[], maxlength);
Description
Concatenates one string onto another.
Parameters
- dest — String to append to.
- source — Source string to concatenate.
- maxlength — Maximum length of entire buffer.
Returns
Number of bytes written.