6 lines
57 B
V
6 lines
57 B
V
|
module time
|
||
|
|
||
|
fn sys_mono_now_darwin() u64 {
|
||
|
return 0
|
||
|
}
|