aboutsummaryrefslogtreecommitdiff
path: root/include/lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/lib.h')
-rw-r--r--include/lib.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/lib.h b/include/lib.h
deleted file mode 100644
index 9554605..0000000
--- a/include/lib.h
+++ /dev/null
@@ -1,8 +0,0 @@
-#ifndef LIB_H
-#define LIB_H
-void die(const char *message);
-
-char *formatBytes(unsigned bytes, float *rounded);
-
-int intlen(unsigned i);
-#endif