mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 13:54:21 +00:00
4 lines
146 B
Zig
4 lines
146 B
Zig
const builtin = @import("builtin");
|
|
const std = @import("../std.zig");
|
|
pub const is_the_target = builtin.os == .netbsd;
|
|
pub usingnamespace std.c;
|