#ifndef ARK_SYS_CPU_H #define ARK_SYS_CPU_H #include <stdint.h> int ark_sys_cpu_get_usage(void); #endif // ARK_SYS_CPU_H