From 2e1ff80dab0cee0f197dccc9c5dd2f3b9afdb168 Mon Sep 17 00:00:00 2001 From: Tomasz Kramkowski Date: Thu, 20 Aug 2020 21:34:34 +0100 Subject: init --- common.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 common.h (limited to 'common.h') 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 + +size_t getsize(char c); + +#endif // !PACK_INTERNAL_H -- cgit v1.2.3-54-g00ecf