Hacker News new | ask | show | jobs
by Kamq 1069 days ago
C doesn't really know about bytes. It has chars, but I believe there are some constraints on char, specifically, they have to be big enough to hold the ASCII charset. (I'm pulling real deep here, someone correct me if I'm wrong)
1 comments

C11 3.6p1 byte "addressable unit of data storage large enough to hold any member of the basic character set of the execution environment"