Skip to main content

setrawseconds

Function setrawseconds 

Source
pub fn setrawseconds(x: f64)
Expand description

Port of setrawseconds(double x) from Src/params.c:4622. C body: shtimer.tv_sec = (zlong)x; shtimer.tv_nsec = (x-int)*1e9;