test-numa_num_possible_cpus.c 72 B

123456
  1. #include <numa.h>
  2. int main(void)
  3. {
  4. return numa_num_possible_cpus();
  5. }