strncat appends not more than n characters from the array pointed to by s2 to the end of the string pointed to by s1. ... strncat returns the value of s1.
確定! 回上一頁