DoxigAlpha

cc

The calling convention used for all external functions part of the UEFI API.

Source

Implementation

#
pub const cc: std.builtin.CallingConvention = switch (@import("builtin").target.cpu.arch) {
    .x86_64 => .{ .x86_64_win = .{} },
    else => .c,
}