Eido Inoue

Authored Comments

small typo:
C specifies only that the char type must be one byte in size and other types, such as int, must be at least this size;
I think you meant to say that the C standard specifies that the int must be at least TWO bytes, not one byte like char.