tmux-mem-cpu-load/openbsd/cpu.h

10 lines
118 B
C
Raw Normal View History

2015-01-19 17:41:51 -05:00
#ifndef CPU_H_
#define CPU_H_
#include <sys/types.h>
float cpu_percentage(unsigned);
uint8_t getCpuCount();
#endif