The libc implementation
Marcel Sondaar
Public Domain
wmemmove.c | The libc implementation |
Functions | |
wmemmove | Copies n wide characters from s2 to s1, where s2 and s1 can overlap |
Copies n wide characters from s2 to s1, where s2 and s1 can overlap
wchar_t * wmemmove( wchar_t * s1, const wchar_t * s2, size_t n )