Up

strncat

Concatene two strings to a new string. The first string is copied. The second string is copied until the nth character.

Prototype :

fun [S S I] S

Return : S the string result

See also :

strcat