mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-05-21 08:32:02 +03:00
7 lines
184 B
Zig
7 lines
184 B
Zig
// TODO this is where the extern declarations go. For example, see
|
|
// inc/efilib.h in gnu-efi-code
|
|
|
|
const builtin = @import("builtin");
|
|
|
|
pub const is_the_target = builtin.os == .uefi;
|