#include <hallo.h>
* Miquel van Smoorenburg [Thu, Apr 06 2006, 10:29:00AM]:
> In article <[EMAIL PROTECTED]>,
> Ron Johnson  <[EMAIL PROTECTED]> wrote:

> If you need exactly 64 bits, int64 is your best bet. If you need
> at least 64 bits, long long will probably work fine.

I guess you mean int64_t and uint64_t (in contrary to int32_t/uint32_t,
etc.). And IMO one should use these types nowadays when the value range
is known upfront. Symbolic names are unreliable, int may be anything
larger than 16 bit and long may be anything larger 32 bit, but you can
never know for sure without testing.

Eduard.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to