Function time_sys::gettimeofday
[−]
[src]
pub unsafe extern "C" fn gettimeofday(
tv: *mut timeval,
tz: *mut timezone
) -> c_int
Gets the time of day in the specified timezone and place it into the timeval
Please use std::ptr::null_mut() for tz on Linux!