Files
fastfetch/src/detection/cpuUsage/cpuUsage.h
T
2022-11-23 20:01:41 +08:00

9 lines
158 B
C

#pragma once
#ifndef FF_INCLUDED_detection_cpu_cpuUsage
#define FF_INCLUDED_detection_cpu_cpuUsage
const char* ffGetCpuUsageResult(double* result);
#endif