Make improvements
This commit is contained in:
@ -19,6 +19,6 @@
|
||||
╚─────────────────────────────────────────────────────────────────────────────*/
|
||||
#include "libc/str/str.h"
|
||||
|
||||
compatfn wchar_t *wmemcpy(wchar_t *dest, const wchar_t *src, size_t count) {
|
||||
wchar_t *wmemcpy(wchar_t *dest, const wchar_t *src, size_t count) {
|
||||
return memcpy(dest, src, count * sizeof(wchar_t));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user