aboutsummaryrefslogtreecommitdiffstats
path: root/common.h
blob: 821b1cbf3798496ac7bb755d78e6e028575de43e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/*
 * Copyright (C) 2020 Tomasz Kramkowski <tk@the-tk.com>
 * SPDX-License-Identifier: MIT
 */
#ifndef PACK_INTERNAL_H
#define PACK_INTERNAL_H

#include <stddef.h>

size_t getsize(char c);

#endif // !PACK_INTERNAL_H