|
The number "1" I can deduce since so no adress can be smaller then sizeof(char). So
sizeof(bool) >= sizeof(char). Which is basically sizeof(bool) >= 1. But from where in the ISO standard can I deduce that sizeof(bool) <= sizeof(long)?
I realize that many systems implement sizeof(bool) = sizeof(word) to evade a performance hit. But that has nothing to do with the ISO standard.
__________________
|