Paul Eggert <[EMAIL PROTECTED]> writes:

> One other thing: if memory serves, the C standard does not require the
> existence of uint32_t and uint16_t (this is for portability to 36-bit
> hosts, I expect); this can easily be worked around by using #ifdef
> UINT32_MAX and #ifdef UINT16_MAX.

For what it's worth: C99 doesn't require uint16_t or uint32_t,
but SUSv3 does.
-- 
Ben Pfaff 
http://benpfaff.org



Reply via email to