native
strcat
Syntax
native strcat(dest[], const source[], maxlength);
Description
Concatenates a string. Maxlength is the total buffer of the destination.
native
native strcat(dest[], const source[], maxlength);
Concatenates a string. Maxlength is the total buffer of the destination.