diff options
Diffstat (limited to 'include/lib.h')
-rw-r--r-- | include/lib.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/lib.h b/include/lib.h index 39dc03b..41a25d7 100644 --- a/include/lib.h +++ b/include/lib.h @@ -3,4 +3,6 @@ void die(const char *message); char* formatBytes(double *bytes); + +int intlen(unsigned i); #endif |