summaryrefslogtreecommitdiff
path: root/lib/utils/libquad/include/limits.h
blob: 9c69d2712bc7e10c8577626149b80df44656faae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/*
 * 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