Integer Limits

Defines macros that describe the numeric properties of the types defined in stdint.h and other files in the standard library.

Macro names beginning with INT specify properties for signed integer types and names beginning with UINT specify properties for unsigned integers. A macro name ending with MIN specifies the minimum value that its corresponding signed integer type may represent. An unsigned integer type's minimum value is always 0. A macro name ending with MAX defines the maximum value that its corresponding integer value can represent.

These limit values are: