feat(libzigc): add common ctype implementation

* implements all functions in the standard `ctype.h` header
* also removes their musl implementations
This commit is contained in:
GasInfinity
2026-01-09 02:46:52 +01:00
parent e558e64ca0
commit 6abb1dcd35
20 changed files with 193 additions and 237 deletions
+1
View File
@@ -15,6 +15,7 @@ else
comptime {
_ = @import("c/inttypes.zig");
_ = @import("c/ctype.zig");
_ = @import("c/stdlib.zig");
_ = @import("c/math.zig");