Subject: Re: unsigned, unsigned long, unsigned long long
To: Michael Kukat <michael@unixiron.org>
From: Wojciech Puchar <wojtek@wojtek.3miasto.net>
List: netbsd-users
Date: 10/08/2001 22:51:08
> Subject: Re: unsigned, unsigned long, unsigned long long
>
> Hi !
>
> On Mon, 8 Oct 2001, Wojciech Puchar wrote:
> > what type should i use that is unsigned 8 byte integer on every arch?
>
> "long long" is defines as 64 bits, so unsigned long long is your choice and
> should do it on every platform. Solaris/Ultrasparc also has long as 32 Bits
> and long long as 64 Bits.
>
thanks. it works for me on i586, but i wanted to be sure it will work
everywhere