zig/std/os/netbsd.zig
2019-05-26 18:32:43 -04:00

5 lines
135 B
Zig

const builtin = @import("builtin");
const std = @import("../std.zig");
pub const is_the_target = builtin.os == .netbsd;
pub use std.c;