build.zig | 32 +++++----- lib/c.zig | 3 +- lib/c/inttypes.zig | 10 --- lib/c/math.zig | 100 ----------------------------- lib/c/search.zig | 28 +------- lib/c/stdlib.zig | 100 ----------------------------- lib/c/stdlib/drand48.zig | 57 ----------------- lib/c/string.zig | 7 -- lib/c/strings.zig | 38 ----------- lib/c/unistd.zig | 26 -------- lib/std/c.zig | 59 +++++++++++++++-- test/c.zig | 12 ++++ test/c/inttypes.zig | 15 +++++ test/c/math.zig | 101 +++++++++++++++++++++++++++++ test/c/search.zig | 38 +++++++++++ test/c/stdlib.zig | 109 ++++++++++++++++++++++++++++++++ test/c/stdlib/drand48.zig | 62 ++++++++++++++++++ test/c/string.zig | 12 ++++ test/c/strings.zig | 57 +++++++++++++++++ test/c/unistd.zig | 31 +++++++++ test/tests.zig | 63 +++++++----------- 21 files changed, 530 insertions(+), 430 deletions(-)