* Jan Engelhardt ([EMAIL PROTECTED]) [20070823 09:36]:

> Bwäh. printf("%llu", (unsigned long long)var); is much more readable 
> and does not provide any surprises.

It isn't more readable and it certainly doesn't provide surprises as stdint.h
and inttype.h are ISO C99. Using the widest available type and then doing
casts is IMNSHO much uglier. 

Philipp
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to