add more impls and memcpy

This commit is contained in:
Brendan Hansknecht 2023-06-01 22:50:12 -07:00
parent 0e2c3e4723
commit ebc6bd3f45
No known key found for this signature in database
GPG key ID: 0EA784685083E75B
5 changed files with 222 additions and 19 deletions

View file

@ -1 +1 @@
pub const memcpy = @import("musl/memcpy.zig").musl_memcpy;
pub const memcpy = @import("musl/memcpy.zig").memcpy;