1 2 3 4 5 6 7 8
#define SYSFS_DIR_CPUS "/sys/devices/system/cpu" struct cpudev { gshort coreid; gshort cpuid; }; struct cpudev * get_cpu_dev_ids(void);