David Laight <[email protected]> wrote: > Does libc need to use its own buffer - or would that force it to allocate > a temporary buffer?
We can avoid the allocation, by using memmove() : data has the same length. -- Emmanuel Dreyfus http://hcpnet.free.fr/pubz [email protected]
