Hacker News new | ask | show | jobs
by 2ndbigbang 615 days ago
There is int_fast32_t and int_least32_t but it is probably less confusing to just use exact sized types (and would make porting to other architectures simpler).