Subject: Re: unsigned, unsigned long, unsigned long long
To: Todd Vierling <tv@wasabisystems.com>
From: Wojciech Puchar <wojtek@wojtek.3miasto.net>
List: netbsd-users
Date: 10/08/2001 22:51:31
>
> On Mon, 8 Oct 2001, Wojciech Puchar wrote:
>
> : what type should i use that is unsigned 8 byte integer on every arch?
>
> u_int64_t  (from <sys/types.h> on 4.4BSDs)
> uint64_t   (from <inttypes.h> on compliant systems; NetBSD-current has this)

NetBSD only or in every UNIX?