Synopsis
#include <limits.h>
#define CHAR_BIT 8
Description
CHAR_BIT is the number of bits for smallest object that is not a bit-field (byte).
Portability
CHAR_BIT conforms to ISO/IEC 9899:1990 (C90) and ISO/IEC 9899:1999 (C99).
#include <limits.h>
#define CHAR_BIT 8
CHAR_BIT is the number of bits for smallest object that is not a bit-field (byte).
CHAR_BIT conforms to ISO/IEC 9899:1990 (C90) and ISO/IEC 9899:1999 (C99).