netbsd_libc_version
The version of Zig's bundled NetBSD libc used when linking libc statically.
Source
Implementation
pub const netbsd_libc_version: std.SemanticVersion = .{ .major = 10, .minor = 1, .patch = 0 }The version of Zig's bundled NetBSD libc used when linking libc statically.
Source
pub const netbsd_libc_version: std.SemanticVersion = .{ .major = 10, .minor = 1, .patch = 0 }