gettimeofday
Source
Implementation
pub const gettimeofday = switch (native_os) {
.netbsd => private.__gettimeofday50,
else => private.gettimeofday,
}Source
pub const gettimeofday = switch (native_os) {
.netbsd => private.__gettimeofday50,
else => private.gettimeofday,
}