mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-06-04 23:05:00 -04:00
6 lines
186 B
Zig
6 lines
186 B
Zig
const builtin = @import("builtin");
|
|
const std = @import("../std.zig");
|
|
pub const is_the_target = builtin.os == .netbsd;
|
|
pub usingnamespace std.c;
|
|
pub usingnamespace @import("bits.zig");
|