CHAR_xxx #define

From RAD Studio
Jump to: navigation, search

Go Up to limits.h Index


Header File

limits.h

Description

Name Meaning

CHAR_BIT

Type char, number of bits

CHAR_MAX

Type char, minimum value

CHAR_MIN

Type char, maximum value



These values are independent of whether type char is defined as signed or unsigned by default.