cpu.h 124 B

12345678
  1. #ifndef ARK_SYS_CPU_H
  2. #define ARK_SYS_CPU_H
  3. #include <stdint.h>
  4. int ark_sys_cpu_get_usage(void);
  5. #endif // ARK_SYS_CPU_H