The strlcat function appends the NUL-terminated string SRC to the end of DST (but no more than size-1 characters will be in the destination).
strlcat函数把以NUL结尾的字符串src附加到dst的结尾(但是目标中的字符数目将不超过size - 1)。
The strlcat function appends the NUL-terminated string SRC to the end of DST (but no more than size-1 characters will be in the destination).
strlcat函数把以NUL结尾的字符串src附加到dst的结尾(但是目标中的字符数目将不超过size - 1)。
应用推荐