aboutsummaryrefslogtreecommitdiffstats
path: root/common.h
blob: f5a39c92351fce11b7066efb990a0ac16f4c31f2 (plain)
1
2
3
4
5
6
7
8
#ifndef PACK_INTERNAL_H
#define PACK_INTERNAL_H

#include <stddef.h>

size_t getsize(char c);

#endif // !PACK_INTERNAL_H