strcat

Syntax

native strcat(dest[], const source[], maxlength);

Usage

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.