[BusyBox] uint64_t

Aaron Lehmann aaronl at vitelus.com
Tue Aug 21 22:10:23 UTC 2001


On Wed, Aug 22, 2001 at 08:07:26AM +0400, Vladimir N. Oleynik wrote:
> Hi,
> 
> I see fresh patch to dos2unix.c. I think, that it is not true, as the
> description uint64_t
> depends on the size of a word of the processor and for 32-bit architecture it is
> necessary
> to describe as "long long". Can be put #if sizeof (int)?

Hmm, it does look wrong.

But I think they meant typedef unsigned long long int, instead of
typedef unsigned long int.

long long is guarenteed to be >=64bit by at least GNU C and C99.





More information about the busybox mailing list