libclod
C library for interacting with NBTs, region files, LOD data and other things.
Loading...
Searching...
No Matches
unix.c
1
#include "../platform.h"
2
#include <sys/sysinfo.h>
3
4
int
num_procs() {
5
return
get_nprocs();
6
}
src
region
platform
unix
unix.c
Generated by
1.16.1