@NateEldredge In hindsight in those cases, I find what C99 did to be the most logical, having the ambiguous, but required
int
long
etc., but also offering the unambiguous int32_t
int64_t
but only required on systems that systems that natively support them, if I correct understand the Standard.