mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2026-09-13 02:42:09 +02:00
db6ad5a268
by moving the first `/proc/stat` query earlier
9 lines
172 B
C
9 lines
172 B
C
#pragma once
|
|
|
|
#ifndef FF_INCLUDED_detection_cpu_cpuUsage
|
|
#define FF_INCLUDED_detection_cpu_cpuUsage
|
|
|
|
const char* ffGetCpuUsageInfo(long* inUseAll, long* totalAll);
|
|
|
|
#endif
|