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

5 lines
136 B
Zig

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