> same as uint_fast32_t. uint_least32_t is 4 bytes almost always. int is > not an option as it may be 2 bytes long.
Not in Posix. Posix forces int to be at least 32 bits. Although the terminal emulation part is mostly portable, so I think is better don't relay on this point. Regards,
