Hacker News new | ask | show | jobs
by datenwolf 3414 days ago
And a third situation: Writing device drivers interfacing with hardware registers of specific sizes, although you should use `{u}int_least<N>_t` for that, to give the compiler some leeway with alignment.