6 lines
101 B
Rust
6 lines
101 B
Rust
|
cfg_if::cfg_if! {
|
||
|
if {
|
||
|
} else if #(&cpus) {
|
||
|
} else [libc::CTL_HW, libc::HW_NCPU, 0, 0]
|
||
|
}
|