Hacker News new | ask | show | jobs
by xentronium 4948 days ago
> Should my C programs handle the possibility that sizeof(char) != 1? Or at least check for this case and spit out a warning or error?

sizeof(char) == 1 by definition.