Hacker News new | past | comments | ask | show | jobs | submit login

Actually, the C standard guarantees that char is equal to one byte.



More to the point, it defines a byte in terms of a char. sizeof(char) will always be 1, but UCHAR_MAX need not be 255.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: