On 05/28/18 06:17, Alex Henrie wrote:
On Sun, May 27, 2018 at 9:20 PM Dmitry Timoshkov dmitry@baikal.ru wrote:
Shouldn't wmemcpy() implementation also simply call memcpy() in a similar way?
I wasn't sure whether wchar.h on Windows includes string.h. I just tested it and it looks like it does, so we could call functions from string.h instead if that is preferred.
Yes, I think it's preferred to call memcpy / memmove.
Thanks, Piotr