aboutsummaryrefslogtreecommitdiffstats
path: root/system.h
diff options
context:
space:
mode:
Diffstat (limited to 'system.h')
-rw-r--r--system.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/system.h b/system.h
new file mode 100644
index 0000000..d3e3e28
--- /dev/null
+++ b/system.h
@@ -0,0 +1,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);