What is the longest integer type available in OS X 10.5 (on a Core 2 Duo machine - it's 64-bit)? The longest I could find was 276447232 which will not work for what I want to do. I'll need at least 100000000000000 (that's 15 digits).
Usually a signed long long would be at least 9223372036854775807 but OS X seems to treat it as a long, where the limit is 276447232.
Eddie
Usually a signed long long would be at least 9223372036854775807 but OS X seems to treat it as a long, where the limit is 276447232.
Eddie