aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorShav Kinderlehrer <[email protected]>2023-04-10 12:51:42 -0400
committerShav Kinderlehrer <[email protected]>2023-04-10 12:51:42 -0400
commit1ded2f0f812b109d14b5f5421305c3d790040dac (patch)
tree3fd5d386d12d8fe8ae43dc5ea00e4cfdfe0d467c /include
parente2ed5aca4d72971a9560d60daeb2f1c3ea8acb33 (diff)
downloadlat-1ded2f0f812b109d14b5f5421305c3d790040dac.tar.gz
lat-1ded2f0f812b109d14b5f5421305c3d790040dac.zip
Open file + make buffer
Diffstat (limited to 'include')
-rw-r--r--include/lib.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/lib.h b/include/lib.h
index 69b5019..39dc03b 100644
--- a/include/lib.h
+++ b/include/lib.h
@@ -1,4 +1,6 @@
#ifndef LIB_H
#define LIB_H
void die(const char *message);
+
+char* formatBytes(double *bytes);
#endif