[email protected] wrote :
No, a byte has CHAR_BIT bits (it is defined in <limits.h>). Usually, it is 8, but it can be more.in ANSI-C you have integer and float types of constant length (stdint.h, ieee754.h). In the "Rationale for International Standard-- Programming Languages-- c" you can find that a char is a byte and that a byte always has 8 bit.
-- Corentin Plouet <[email protected]> MEDRIA SARL
