structstd.zig.LibCInstallation.CrtPaths[src]

Fields

crt0: ?Path = null
crti: ?Path = null
crtbegin: ?Path = null
crtend: ?Path = null
crtn: ?Path = null

Source Code

Source code
pub const CrtPaths = struct {
    crt0: ?Path = null,
    crti: ?Path = null,
    crtbegin: ?Path = null,
    crtend: ?Path = null,
    crtn: ?Path = null,
}