-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
is rendered as
_
#define BOOL_MAX 1 // 2BOOL WIDTH − 1
#define CHAR_MAX UCHAR_MAX or SCHAR_MAX
#define CHAR_MIN 0 or SCHAR_MIN
_
#define CHAR WIDTH 8 // CHAR_BIT
_
#define UCHAR_MAX 255 // 2UCHAR WIDTH − 1
#define UCHAR_WIDTH 8 // CHAR_BIT
_
#define USHRT_MAX 65535 // 2USHRT WIDTH − 1
SCHAR_WIDTH−1
#define SCHAR_MAX +127 // 2 −1
_
``
Metadata
Metadata
Assignees
Labels
No labels