Y
Hacker News
new
|
ask
|
show
|
jobs
by
alecrn
4556 days ago
For this case, the "fast" int types are provided, eg. uint_fast8_t is the fastest unsigned integer which can hold at least 8 bits; uint8_t is required to have exactly 8 bits.
http://pubs.opengroup.org/onlinepubs/7999959899/basedefs/std...