Hacker News new | ask | show | jobs
by kevin_thibedeau 1702 days ago
chars can be two octets on some DSP platforms that lack byte addressability.
1 comments

sizeof(char) must always be 1, regardless of how many bits or octets that represents. On such a platform, uint8_t does not exist.