On Mon, Mar 21, 2005 at 11:15:32AM -0800, Matthew Dillon wrote:
> Grumble (Matt goes off in a corner and mumbles about stupid standards
> which use unsigned ints because some bozo wanted to write 2.1GB of data
> in one go, when they really ought to just use normal ints).
Actually, it's not about signed or unsigned, but
sizeof(int) != sizeof(void *) on LP64 architectures.
Joerg