mailing list of musl libc
 help / color / mirror / code / Atom feed
0c9b2bb3b73727f11820a484cd3b51b68cdebd82 blob 162 bytes (raw)

1
2
3
4
5
6
7
 
#include <string.h>
#include <wchar.h>

wchar_t *wmemcpy(wchar_t *restrict d, const wchar_t *restrict s, size_t n)
{
 return memcpy(d, s, n * sizeof(wchar_t));
}
debug log:

solving 272f37a ...
found 272f37a in https://inbox.vuxu.org/musl/CABXCG3=+JAkJHvNamybrPREwHfpzM2QvLuvOm-dahmzsbEUd8A@mail.gmail.com/
found 52e6e6e in https://git.vuxu.org/mirror/musl/
preparing index
index prepared:
100644 52e6e6e07b9dac897d5ee6665caed25afccafc70	src/string/wmemcpy.c

applying [1/1] https://inbox.vuxu.org/musl/CABXCG3=+JAkJHvNamybrPREwHfpzM2QvLuvOm-dahmzsbEUd8A@mail.gmail.com/
diff --git a/src/string/wmemcpy.c b/src/string/wmemcpy.c
index 52e6e6e..272f37a 100644

Checking patch src/string/wmemcpy.c...
Applied patch src/string/wmemcpy.c cleanly.

index at:
100644 0c9b2bb3b73727f11820a484cd3b51b68cdebd82	src/string/wmemcpy.c

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).