/* * SPDX-License-Identifier: BSD-2-Clause * * Copyright (c) 2021 Jessica Clarke */ #ifndef __LIMITS_H__ #define __LIMITS_H__ #define CHAR_BIT 8 #endif