431
To type or not to type ?
(sh.itjust.works)
Post funny things about programming here! (Or just rant about your favourite programming language.)
you can just use
unsigned long long
(drop the int) or, if it bothers you that much,uint64t
but keep in mind that yhe size ofunsigned long long
may vary depending on the architecture