diff options
author | Shav Kinderlehrer <[email protected]> | 2023-04-10 23:08:11 -0400 |
---|---|---|
committer | Shav Kinderlehrer <[email protected]> | 2023-04-10 23:08:11 -0400 |
commit | 907dbe6cae1ca341320691abcf8d5def28cb9bb6 (patch) | |
tree | fdfd7396b4e52662ee39d1f0ce8a2bcc433bcf2b /include/lib.h | |
parent | c040fe79ef2e67d21c770d0403e3824ba24bd59f (diff) | |
download | lat-907dbe6cae1ca341320691abcf8d5def28cb9bb6.tar.gz lat-907dbe6cae1ca341320691abcf8d5def28cb9bb6.zip |
Rename lib to util
Diffstat (limited to 'include/lib.h')
-rw-r--r-- | include/lib.h | 8 |
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 |