strlcat appends no more than n−strlen(dst)−1 characters pointed to by s2 into the array pointed to by s1 and always terminates the result with a null ...
確定! 回上一頁