Constant cc [src]
The calling convention used for all external functions part of the UEFI API.
Type
std.builtin.CallingConvention
Source
pub const cc: std.builtin.CallingConvention = switch (@import("builtin").target.cpu.arch) {
.x86_64 => .{ .x86_64_win = .{} },
else => .c,
}