applet__absolute_time

Function applet__absolute_time 

Source
pub unsafe extern "C" fn applet__absolute_time(
    __ark_ffi_output: *mut f64,
) -> ErrorCode
Expand description

The real time that has passed since the module was started, in seconds.

Ignores things like pausing, computer falling asleep, etc. Also know as wall time.