summaryrefslogtreecommitdiff
path: root/include/tools.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/tools.h')
-rw-r--r--include/tools.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/tools.h b/include/tools.h
new file mode 100644
index 0000000..802b9f1
--- /dev/null
+++ b/include/tools.h
@@ -0,0 +1,9 @@
+
+#ifndef __TOOLS_H__
+#define __TOOLS_H__
+
+char powerToChar(int power);
+void statusError(char *where, char *what, char *extra);
+ssize_t fileRead(char *buf, size_t bufsize, char *file);
+
+#endif