mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-03 17:58:30 +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 *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));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue