mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2026-09-13 02:14:37 +02:00
8 lines
160 B
C
8 lines
160 B
C
|
|
#include "fastfetch.h"
|
||
|
|
#include "detection/cpuusage/cpuusage.h"
|
||
|
|
|
||
|
|
const char* ffGetCpuUsageInfo(FFlist* cpuTimes)
|
||
|
|
{
|
||
|
|
return "Not support on this platform";
|
||
|
|
}
|