On 2011-06-13 17:01, Andrej Mitrovic wrote:
> Right, haven't thought about the C functions at all (silly me).
> Thanks, this did the trick:
> extern (C) void* memcpy(void*, const void*, size_t);

core.stdc.string has memcpy's declaration in it. You should be able to just 
import it rather than declaring memcpy yourself.

- Jonathan M Davis

Reply via email to