zig/std/os/netbsd.zig

5 lines
146 B
Zig
Raw Normal View History

const builtin = @import("builtin");
2019-03-03 05:46:04 +08:00
const std = @import("../std.zig");
pub const is_the_target = builtin.os == .netbsd;
pub usingnamespace std.c;