diff options
-rw-r--r-- | common.h | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,9 +1,9 @@ /* - * Copyright (C) 2020 Tomasz Kramkowski <tk@the-tk.com> + * Copyright (C) 2020-2021 Tomasz Kramkowski <tk@the-tk.com> * SPDX-License-Identifier: MIT */ -#ifndef PACK_INTERNAL_H -#define PACK_INTERNAL_H +#ifndef PACK_COMMON_H +#define PACK_COMMON_H #include <limits.h> #include <stddef.h> @@ -14,4 +14,4 @@ enum endian { BIG, LITTLE }; size_t getsize(char c); -#endif // !PACK_INTERNAL_H +#endif // !PACK_COMMON_H |