How to make sure a int is 4 bytes or 2 bytes in C/C++
- by kkpattern
At first I want to apologize for my poor english.I want to know how to announce int to make sure it's 4 bytes or short in 2 bytes no matter on what platform. Does C99 have rules about this?Thanks:)