Those are C bitfields. In compliant compilers, the combination of A B and C do not occupy more than one int
. A, B, and C occupy one bit each in the integer.
Yann Ramin
2010-06-04 21:40:46
Those are C bitfields. In compliant compilers, the combination of A B and C do not occupy more than one int
. A, B, and C occupy one bit each in the integer.