Files
lcdproc/clients/lcdproc/cpu.h
T

8 lines
121 B
C

#ifndef CPU_H
#define CPU_H
int cpu_screen (int rep, int display);
int cpu_graph_screen (int rep, int display);
#endif