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.

mach_timespec_t

darwin.mach_timespec_t
pub const mach_timespec_t = extern struct

File

lib/std/c/darwin.zig:1035

Code

pub const mach_timespec_t = extern struct {
    sec: c_uint,
    nsec: clock_res_t,
}