v/vlib/time/time_linux.c.v
2020-04-24 15:28:16 +03:00

5 lines
57 B
V

module time
fn sys_mono_now_darwin() u64 {
return 0
}