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
4int num_procs() {
5 return get_nprocs();
6}