[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: Undefined type LDAP_UINT4 (ITS#341)



> Does the T90 have any integer type which is exactly 32 bits long?
> What is it and where is it defined?

No, it doesn't.  The char types are 8 bits; short, int, long, and
long long are all 64 bits.

The only way to get a 32-bit object is as an array of 4 chars
or as a bit field.  (If you don't need to do too much arithmetic,
unsigned char[4] might be the way to go.)

-- 
Keith Thompson, San Diego Supercomputer Center  kst@sdsc.edu
<http://www.sdsc.edu/~kst/>  Office: 858-822-0853  Fax: 858-534-5077
"Oh my gosh!  You are SO ahead of your time!" -- anon.