zig/std/os/netbsd.zig
2019-05-29 19:09:58 -04:00

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;