Cool. Are there also equivalents of int_lest32_t, uint_fast16_t, float_t, double_t, etc?
-Karl On 9/30/05, Charles Forsyth <[EMAIL PROTECTED]> wrote: > plan 9 code has u32int, u64int etc > which is still rather ugly but easier to speak > without stammering, and is mainly confined to > code that requires particular widths. > the integer type big enough to hold a pointer is uintptr. >
