23
strxnmov(dst, len, src1, ..., srcn, NULL)
23
strxnmov(dst, len, src1, ..., srcn, NullS)
24
24
moves the first len characters of the concatenation of src1,...,srcn
25
25
to dst and add a closing NUL character.
26
26
It is just like my_stpncpy except that it concatenates multiple sources.
27
27
Beware: the last argument should be the null character pointer.
29
29
and NOT to use 0, as on some machines 0 is not the same size as a
33
33
strxnmov is like my_stpncpy in that it moves up to len