Is there any convenient CopyMemory function in Phobos?
Andrej Mitrovic
andrej.mitrovich at gmail.com
Mon Jun 13 17:01:33 PDT 2011
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);
More information about the Digitalmars-d-learn
mailing list