mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2026-09-13 02:42:09 +02:00
9 lines
158 B
C
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
|