10 lines
118 B
C
10 lines
118 B
C
#ifndef CPU_H_
|
|
#define CPU_H_
|
|
|
|
#include <sys/types.h>
|
|
|
|
float cpu_percentage(unsigned);
|
|
uint8_t getCpuCount();
|
|
|
|
#endif
|