Files
fastfetch/src/detection/cpuusage/cpuusage_nosupport.c
T
2024-06-16 01:02:48 +08:00

8 lines
160 B
C

#include "fastfetch.h"
#include "detection/cpuusage/cpuusage.h"
const char* ffGetCpuUsageInfo(FFlist* cpuTimes)
{
return "Not support on this platform";
}