mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-14 15:09:09 +00:00
Make improvements
This commit is contained in:
parent
3e4fd4b0ad
commit
e44a0cf6f8
256 changed files with 23100 additions and 2294 deletions
|
@ -19,6 +19,6 @@
|
|||
╚─────────────────────────────────────────────────────────────────────────────*/
|
||||
#include "libc/str/str.h"
|
||||
|
||||
compatfn wchar_t *wmemmove(wchar_t *dest, const wchar_t *src, size_t count) {
|
||||
wchar_t *wmemmove(wchar_t *dest, const wchar_t *src, size_t count) {
|
||||
return memmove(dest, src, count * sizeof(wchar_t));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue