strncat (s1, s2): append (catenate) n characters of the string s2 after the string s1 ... Returns a value < 0 if s1 is lexicographically smaller than s2, ...
確定! 回上一頁