1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

disable $if for headers for now

This commit is contained in:
Alexander Medvednikov
2019-10-12 03:49:36 +03:00
parent 6db7518189
commit 4cd9099f74
3 changed files with 6 additions and 11 deletions

View File

@ -4,10 +4,3 @@
module runtime
#include <sys/sysinfo.h>
fn C.get_nprocs() int
pub fn nr_cpus() int {
return C.get_nprocs()
}