diff options
Diffstat (limited to 'src/detection/loadavg/loadavg.h')
| -rw-r--r-- | src/detection/loadavg/loadavg.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/detection/loadavg/loadavg.h b/src/detection/loadavg/loadavg.h new file mode 100644 index 0000000..4cfa696 --- /dev/null +++ b/src/detection/loadavg/loadavg.h @@ -0,0 +1,5 @@ +#pragma once + +#include "fastfetch.h" + +const char* ffDetectLoadavg(double result[3]); |