blob: 9c69d2712bc7e10c8577626149b80df44656faae [file] [log] [blame]
/*
* SPDX-License-Identifier: BSD-2-Clause
*
* Copyright (c) 2021 Jessica Clarke <jrtc27@jrtc27.com>
*/
#ifndef __LIMITS_H__
#define __LIMITS_H__
#define CHAR_BIT 8
#endif