[][src]Function avr_libc::time

pub unsafe extern "C" fn time(timer: *mut time_t) -> time_t

The time function returns the systems current time stamp. If timer is not a null pointer, the return value is also assigned to the object it points to.