Tagged Questions
4
votes
6answers
3k views
Type to use to represent a byte in ANSI (C89/90) C?
Is there a standards-complaint method to represent a byte in ANSI (C89/90) C? I know that, most often, a char happens to be a byte, but my understanding is that this is not guaranteed to be the case. ...