tmux-mem-cpu-load/openbsd/cpu.h
2015-01-20 15:02:47 +01:00

10 lines
118 B
C

#ifndef CPU_H_
#define CPU_H_
#include <sys/types.h>
float cpu_percentage(unsigned);
uint8_t getCpuCount();
#endif