| レス数が950を超えています。1000を超えると表示できなくなるよ。 |
2ch閉鎖の危機なんだと(Part3.1)
[291:名有りさん@お腹へった (2001/08/26 05:59)]
>>288
やっぱLinuxだとこれないかな?
size_t strlcat(char *dst, const char *src, size_t dstsize);
The strlcat() function appends at most (dstsize-
strlen(dst)-1) characters of src to dst (dstsize being the
size of the string buffer dst). The initial character of
src overrides the null character at the end of dst. The
function returns the sum the of lengths of the two strings
strlen(dst)+strlen(src).
read.cgi ver5.26+ (01/10/21-)