Limits of Other Integer Types

Type Description Definition
PTRDIFF_MIN Minimum value of the ptrdiff_t type. -2147483648
PTRDIFF_MAX Maximum value of the ptrdiff_t type. 2147483647
SIG_ATOMIC_MAX Maximum value of the sig_atomic_t type. 2147483647
SIZE_MAX Maximum value of the size_t type. 4294967295
WCHAR_MAX Maximum value of the wchar_t type. 65535
WINT_MIN Minimum value of the wint_t type. -2147483648
WINT_MAX Maximum value of the wint_t type. 2147483647