From 907dbe6cae1ca341320691abcf8d5def28cb9bb6 Mon Sep 17 00:00:00 2001 From: Shav Kinderlehrer Date: Mon, 10 Apr 2023 23:08:11 -0400 Subject: Rename lib to util --- include/util.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 include/util.h (limited to 'include/util.h') diff --git a/include/util.h b/include/util.h new file mode 100644 index 0000000..9554605 --- /dev/null +++ b/include/util.h @@ -0,0 +1,8 @@ +#ifndef LIB_H +#define LIB_H +void die(const char *message); + +char *formatBytes(unsigned bytes, float *rounded); + +int intlen(unsigned i); +#endif -- cgit v1.2.3