Files
zig/lib/c/sys.zig
T
GasInfinity 4f652fb4e3 feat(libzigc): use common implementations for sys/utsname.h
* and remove their musl/wasi implementation
2026-01-21 00:06:42 +01:00

4 lines
49 B
Zig

comptime {
_ = @import("sys/utsname.zig");
}