Signature
native add(dest[], len, const src[], max = 0);
Description
Concatenates one string onto another.
Parameters
- dest — String to append to.
- len — Maximum length of entire buffer.
- src — Source string to concatenate.
- max — Number of characters to add.
Returns
Number of of all merged characters.