On Sat, May 05, 2007 at 06:04:04PM -0600, Sven Gothel wrote: > And if one really needs 64bit unsigned integer, use uint64_t, > if one just needs a really damn long index, well, long long > may be your friend, but isn't it ugly ? No, stuff like int64_t where it's not needed is what's ugly. Rich