Y
Hacker News
new
|
ask
|
show
|
jobs
by
api
2997 days ago
Use "stdint.h" in all new code. I only use 'int' and 'long' for counters I know won't be that big, etc. I use stdint types for anything where I might care about the size.