lib/c.zig | 119 -------------------------------- lib/compiler_rt.zig | 6 ++ lib/compiler_rt/bcmp.zig | 30 ++++++++ lib/compiler_rt/memcmp.zig | 31 +++++++++ lib/compiler_rt/memcpy.zig | 25 +++++++ lib/compiler_rt/memmove.zig | 25 +++++++ lib/compiler_rt/memset.zig | 30 ++++++++ 7 files changed, 147 insertions(+), 119 deletions(-)