> > 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?