Add Musl multibyte functions
These are standard functions that are needed to help support the Skull language. Note that normally this codebase uses libc/str/thompike.h See #105
This commit is contained in:
@@ -18,6 +18,6 @@
|
||||
╚─────────────────────────────────────────────────────────────────────────────*/
|
||||
#include "libc/str/str.h"
|
||||
|
||||
compatfn wchar_t *wmempcpy(wchar_t *dest, const wchar_t *src, size_t count) {
|
||||
wchar_t *wmempcpy(wchar_t *dest, const wchar_t *src, size_t count) {
|
||||
return mempcpy(dest, src, count * sizeof(wchar_t));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user