diff options
author | Shav Kinderlehrer <[email protected]> | 2023-04-10 14:36:45 -0400 |
---|---|---|
committer | Shav Kinderlehrer <[email protected]> | 2023-04-10 14:36:45 -0400 |
commit | 6a4a706fc909c13039b63136e881a9305fc7a395 (patch) | |
tree | 49505c2339031cf125ead3ba97a83ca93697ed48 /include | |
parent | 1ded2f0f812b109d14b5f5421305c3d790040dac (diff) | |
download | lat-6a4a706fc909c13039b63136e881a9305fc7a395.tar.gz lat-6a4a706fc909c13039b63136e881a9305fc7a395.zip |
Add multifile support
Diffstat (limited to 'include')
-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 |