aboutsummaryrefslogtreecommitdiffstats
path: root/common.h
diff options
context:
space:
mode:
authorTomasz Kramkowski <tk@the-tk.com>2020-08-20 21:34:34 +0100
committerTomasz Kramkowski <tk@the-tk.com>2020-08-20 21:34:34 +0100
commit2e1ff80dab0cee0f197dccc9c5dd2f3b9afdb168 (patch)
treebfe7ad4524a3ae1665e30c2ccb1ce838fbabf0d9 /common.h
downloadpack-2e1ff80dab0cee0f197dccc9c5dd2f3b9afdb168.tar.gz
pack-2e1ff80dab0cee0f197dccc9c5dd2f3b9afdb168.tar.xz
pack-2e1ff80dab0cee0f197dccc9c5dd2f3b9afdb168.zip
init
Diffstat (limited to 'common.h')
-rw-r--r--common.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/common.h b/common.h
new file mode 100644
index 0000000..f5a39c9
--- /dev/null
+++ b/common.h
@@ -0,0 +1,8 @@
+#ifndef PACK_INTERNAL_H
+#define PACK_INTERNAL_H
+
+#include <stddef.h>
+
+size_t getsize(char c);
+
+#endif // !PACK_INTERNAL_H