Hacker News new | ask | show | jobs
by EpicEng 4567 days ago
Wrong. sizeof(char) is define to be one. The number of bits in a byte (char) is implementation defined (this is why CHAR_BIT exists). Not the same thing.