The maximum signed integer value. The least signed integer value on many systems is actually -1 * (MAXINT + 1). On 16-bit systems this value is 32767. MAXINT is governed by the number of bits used to represent and integer. Most systems use a system of two's-complement where the first bit actually represent the sign of the number.