aboutsummaryrefslogtreecommitdiffstats
path: root/system.h
blob: d3e3e28d47f06fb4d6434b31293e0fc173b71bb0 (plain)
1
2
3
4
5
6
7
8
9
char *System (void);
char *Release (void);
char *Processor (void);
int   Memory (void);
double Load (void);
double Busy (void);
int Disk (int *r, int *w);
int Net (int *r, int *w);
double Temperature (void);