Difference between revisions of "LONG MAX"
(created) |
(No difference)
|
Revision as of 08:44, 22 August 2006
MAX_ULONG is a constant which is equal to 2147483647
on 32-bit architectures (such as x86) and to 9223372036854775807
on a 64-bit architectures (such as x86_64).