v/vlib/runtime/runtime_win.v

6 lines
51 B
V

module runtime
pub fn nr_cpus() int {
return 0
}