mirror of
https://github.com/ziglang/zig.git
synced 2025-12-08 15:23:14 +00:00
5 lines
146 B
Zig
5 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;
|