limits.h 179 B

123456789101112
  1. /*
  2. * SPDX-License-Identifier: BSD-2-Clause
  3. *
  4. * Copyright (c) 2021 Jessica Clarke <jrtc27@jrtc27.com>
  5. */
  6. #ifndef __LIMITS_H__
  7. #define __LIMITS_H__
  8. #define CHAR_BIT 8
  9. #endif