mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-05-28 20:06:38 +03:00
5 lines
147 B
Zig
5 lines
147 B
Zig
const std = @import("../std.zig");
|
|
const builtin = @import("builtin");
|
|
pub const is_the_target = builtin.os == .freebsd;
|
|
pub usingnamespace std.c;
|