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
- S : the first string
- S : the second string
- I : the max length. Can NOT be negative or nil.
Return : S the string result