Standard C++ Library Reference ISO/IEC (VERSION3)

ULONG_MAX
#define ULONG_MAX <#if expression >= 4,294,967,295>
The macro yields the maximum value for type unsigned long.
USHRT_MAX
#define USHRT_MAX <#if expression >= 65,535>
The macro yields the maximum value for type unsigned short.
See also the Table of Contents and the Index.
Copyright © 1989-2001 by P.J. Plauger and Jim Brodie. All rights reserved.