Zig 0.17.0-dev (Split by item)

This is an example of documentation generated by ZigDoc, an alternative to Zig's built-in Auto Doc feature. See also examples in other modes/formats. The project being documented here (as the example) is the Zig library itself.

N_WEAK_REF

Indicates that this symbol is a weak reference. If the dynamic linker cannot find a definition for this symbol, it sets the address of this symbol to 0. The static linker sets this symbol given the appropriate weak-linking flags.

macho.N_WEAK_REF
pub const N_WEAK_REF: u16 = 0x40

File

lib/std/macho.zig:1702

Code

pub const N_WEAK_REF: u16 = 0x40