Hacker News new | ask | show | jobs
by evincarofautumn 2788 days ago
It’s “exactly one byte” in the sense that by definition, sizeof(char) = 1, but it’s “at least one byte” in the sense that CHAR_BIT ≥ 8.