6 lines
51 B
V
6 lines
51 B
V
|
module runtime
|
||
|
|
||
|
pub fn nr_cpus() int {
|
||
|
return 0
|
||
|
}
|